An addon to add some whimsperiments to your Firefox…
- Mozilla Firefox, version 34 or later
node
andnpm
jpm
grunt
:$ npm install -g grunt-cli
- Install the prereqs (see above)
- Fork and clone this repository
- Run the project using:
$ jpm run
whimsy uses the grunt
task runner to define several tasks:
amo
: Build the add-on for AMOcopy
: Copy the files to the serverdeploy
: Build the add-on and copy the filesrun
: Run a testing version of the add-onfennec
: Run a testing version of the add-on on Androidtest
: Run the tests for the add-on
To run these tasks, use $ grunt <task-name>
, e.g. $ grunt test