Important: Please create your branch from and submit pull requests to the develop
branch. All pull requests must include the appropriate tests.
-
Fork the library
-
Run
npm install
to install dependencies -
Create a new branch from
develop
-
Add your tests to the files in
/tests
-
To test your tests, run
grunt
-
When all your tests are passing, run
grunt dist
to compile and minify all files -
Submit a pull request to the
develop
branch.