To contribute, please fork the repository and:
- Run
git checkout -b your-new-feature
to create a new branch. - Code.
- Add test cases to support your feature.
- Run
grunt test
to verify all of the tests pass. - Run
grunt build
to generate the dist/ files. - Push!
- Open a pull request