Skip to content

Commit fe3ef5d

Browse files
Akryumyyx990803
authored andcommitted
End safari support (vuejs#644)
1 parent e7fbb37 commit fe3ef5d

File tree

14 files changed

+4
-312
lines changed

14 files changed

+4
-312
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Works with [vuex](https://github.com/vuejs/vuex) for time-travel debugging:
2020

2121
- [Get standalone Electron app (works with any environment!)](https://github.com/vuejs/vue-devtools/blob/master/shells/electron/README.md)
2222

23-
- [Workaround for Safari](https://github.com/vuejs/vue-devtools/blob/master/docs/workaround-for-safari.md)
24-
2523
#### Open component in editor
2624

2725
To enable this feature, follow [this guide](./docs/open-in-editor.md).
@@ -79,6 +77,8 @@ To enable this feature, follow [this guide](./docs/open-in-editor.md).
7977
1. Fixing "Download the Vue Devtools for a better development experience" console message when working locally over `file://` protocol:
8078
1.1 - Google Chrome: Right click on vue-devtools icon and click "Manage Extensions" then search for vue-devtools on the extensions list. Check the "Allow access to file URLs" box.
8179

80+
2. How to use the devtools in IE/Edge/Safari or any other browser? [Get the standalone Electron app (works with any environment!)](https://github.com/vuejs/vue-devtools/blob/master/shells/electron/README.md)
81+
8282

8383
### License
8484

docs/workaround-for-safari.md

-12
This file was deleted.

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@
66
"scripts": {
77
"dev": "cd shells/dev && webpack-dev-server --inline --hot --no-info",
88
"dev:chrome": "cd shells/chrome && webpack --watch --hide-modules",
9-
"dev:safari": "cd shells/safari && webpack --watch --hide-modules",
10-
"lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src && eslint shells/safari/src && eslint shells/electron/src",
9+
"lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src && eslint shells/electron/src",
1110
"build": "cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",
12-
"build:safari": "cd shells/safari && NODE_ENV=production webpack --progress --hide-modules -p",
1311
"run:firefox": "web-ext run -s shells/chrome -a dist -i src",
1412
"zip": "npm run zip:chrome && npm run zip:firefox",
1513
"zip:chrome": "cd shells && zip -r -FS ../dist/chrome.zip chrome -x *src/* -x *webpack.config.js",
@@ -67,4 +65,4 @@
6765
"vue-router": "^3.0.1",
6866
"vuex": "^3.0.1"
6967
}
70-
}
68+
}

shells/safari/Vue.js devtools.safariextension/Info.plist

-88
This file was deleted.

shells/safari/Vue.js devtools.safariextension/Settings.plist

-5
This file was deleted.

shells/safari/Vue.js devtools.safariextension/devtools.html

-22
This file was deleted.
Binary file not shown.
Binary file not shown.

shells/safari/src/backend.js

-33
This file was deleted.

shells/safari/src/devtools.js

-55
This file was deleted.

shells/safari/src/hook-loader.js

-5
This file was deleted.

shells/safari/src/hook.js

-3
This file was deleted.

shells/safari/src/proxy.js

-22
This file was deleted.

shells/safari/webpack.config.js

-61
This file was deleted.

0 commit comments

Comments
 (0)