Skip to content

Commit

Permalink
Add details fro Firefox
Browse files Browse the repository at this point in the history
Related to #12.
  • Loading branch information
zalmoxisus committed Feb 11, 2016
1 parent 63d3f23 commit 5194c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ npm run build:extension
# build files to './build/firefox'
npm run build:firefox
````
Note that it's [not possible for now to load Firefox extensions from local directories](https://bugzilla.mozilla.org/show_bug.cgi?id=1185460), so use `npm run compress:firefox` instead to generate an xpi file.
Note that you should use Firefox Nightly or Developer Edition to support WebExtensions. It's [not possible for now to load Firefox extensions from local directories](https://bugzilla.mozilla.org/show_bug.cgi?id=1185460), so use `npm run compress:firefox` instead to generate an xpi file or use Firefox Developer Edition which can load local directories. Make sure yo follow [prerequisites](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Prerequisites) and [installing instruction](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Packaging_and_installation#Installing_Your_Extension).
## Build & Run Cordova app
Expand Down

0 comments on commit 5194c14

Please sign in to comment.