Requires Node.js v0.10.*
# Install grunt and bower
$ npm install -g grunt-cli bower
# Install dependencies
$ npm install
$ bower install
Compile and assemble them into dist/niconicofavlist.user.js
:
$ grunt release
Run tests using Karma:
$ grunt test
To start test watcher:
$ grunt server
Waiting for your pull request!