Either make this a script, or use grunt etc, or at least put it in the readme.
To build the chrome extension:
CHROME=1 ember build -prod
- Go to
chrome://extenstions and use the /chrome directory for either "Load unpacked extension" or "Build extension"
To build for github pages:
ember build -prod
- Push the contents of
/gh-pages to the gh-pages branch
cc @tgxworld in case you were wondering about this.
Either make this a script, or use grunt etc, or at least put it in the readme.
To build the chrome extension:
CHROME=1 ember build -prodchrome://extenstionsand use the/chromedirectory for either "Load unpacked extension" or "Build extension"To build for github pages:
ember build -prod/gh-pagesto the gh-pages branchcc @tgxworld in case you were wondering about this.