- /js contains the uncompressed javascript for the content-script
- /less contains the sources for the content-styles
- /plugin contains the plugin which gets bundled and installed in firefox
Requirements:
- browserify
- nodejs / npm
- jpm
$ cd /js
$ npm install
$ browserify index.js -t babelify -t [hbsfy -t] -o ../plugin/data/contentscript.js
$ cd /less
$ npm install
$ grunt less
cd /plugin
npm install
cd /plugin
jpm xpi