Skip to content

kotas/niconico-favlist

Repository files navigation

NicoNicoFavlist

Build Status

Set up

Requires Node.js v0.10.*

# Install grunt and bower
$ npm install -g grunt-cli bower

# Install dependencies
$ npm install
$ bower install

Compile

Compile and assemble them into dist/niconicofavlist.user.js:

$ grunt release

Test

Run tests using Karma:

$ grunt test

To start test watcher:

$ grunt server

Contributions

Waiting for your pull request!