- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Make your changes on the
src
folder, never on thedist
folder. - Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Before sending a pull request, remember to:
- Follow Felix's Node.js Style Guide
- Run
grunt
to generate the latest files injquery-worked-hours-grid/dist/
Let us know! It’s interesting to see what uses others have come up with.