Skip to content

Commit

Permalink
End safari support
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Mar 11, 2018
1 parent 09d5e0b commit 2cabbbc
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 312 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Works with [vuex](https://github.com/vuejs/vuex) for time-travel debugging:

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

- [Workaround for Safari](https://github.com/vuejs/vue-devtools/blob/master/docs/workaround-for-safari.md)

#### Open component in editor

To enable this feature, follow [this guide](./docs/open-in-editor.md).
Expand Down Expand Up @@ -79,6 +77,8 @@ To enable this feature, follow [this guide](./docs/open-in-editor.md).
1. Fixing "Download the Vue Devtools for a better development experience" console message when working locally over `file://` protocol:
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.

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)


### License

Expand Down
12 changes: 0 additions & 12 deletions docs/workaround-for-safari.md

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
"scripts": {
"dev": "cd shells/dev && webpack-dev-server --inline --hot --no-info",
"dev:chrome": "cd shells/chrome && webpack --watch --hide-modules",
"dev:safari": "cd shells/safari && webpack --watch --hide-modules",
"lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src && eslint shells/safari/src && eslint shells/electron/src",
"lint": "eslint src --ext=js,vue && eslint shells/chrome/src && eslint shells/dev/src && eslint shells/electron/src",
"build": "cd shells/chrome && cross-env NODE_ENV=production webpack --progress --hide-modules",
"build:safari": "cd shells/safari && NODE_ENV=production webpack --progress --hide-modules -p",
"run:firefox": "web-ext run -s shells/chrome -a dist -i src",
"zip": "npm run zip:chrome && npm run zip:firefox",
"zip:chrome": "cd shells && zip -r -FS ../dist/chrome.zip chrome -x *src/* -x *webpack.config.js",
Expand Down Expand Up @@ -67,4 +65,4 @@
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
}
}
}
88 changes: 0 additions & 88 deletions shells/safari/Vue.js devtools.safariextension/Info.plist

This file was deleted.

5 changes: 0 additions & 5 deletions shells/safari/Vue.js devtools.safariextension/Settings.plist

This file was deleted.

22 changes: 0 additions & 22 deletions shells/safari/Vue.js devtools.safariextension/devtools.html

This file was deleted.

Binary file not shown.
Binary file not shown.
33 changes: 0 additions & 33 deletions shells/safari/src/backend.js

This file was deleted.

55 changes: 0 additions & 55 deletions shells/safari/src/devtools.js

This file was deleted.

5 changes: 0 additions & 5 deletions shells/safari/src/hook-loader.js

This file was deleted.

3 changes: 0 additions & 3 deletions shells/safari/src/hook.js

This file was deleted.

22 changes: 0 additions & 22 deletions shells/safari/src/proxy.js

This file was deleted.

61 changes: 0 additions & 61 deletions shells/safari/webpack.config.js

This file was deleted.

0 comments on commit 2cabbbc

Please sign in to comment.