We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#Development
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