Skip to content
mallowigi edited this page Oct 11, 2014 · 1 revision

#Development

  • Don't forget about tests.
  • If you planning add some feature please create issue before.

Clone the project:

$ git clone
$ npm install
$ bower install

Run the tests:

$ grunt test

Deploy:
Run the build task, update version before(bower,package)

$ grunt build
$ git tag v0.*.*
$ git push origin master --tags
Clone this wiki locally