6e01037e55
Change-Id: I97a6ec0d4584b821970bc0fbedf3c9b898773688
285 B
285 B
CONTRIBUTING
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 to your fork and submit a pull request.