Here's a quick guide:
-
Fork the repo.
-
npm install
-
bower install
-
Run the tests:
karma start
-
Make changes in source folder
src
. -
Minify source files:
grunt
-
Make the test pass.
-
Push ONLY source files to your fork and submit a pull request.