-
Fork the repo.
-
npm install
-
bower install
-
Run the build:
grunt
- builds dist/ng-table.js and associated files
-
Run the tests:
karma start
- ie prove existing code before making your changes
-
Make changes in source folder (
src
) -
Minify source files:
grunt
-
Make the test pass
-
Commit changes:
- include ONLY source files ie do NOT commit files under the dist/ folder
- use a commit message that follows conventions
-
Push your changes to your fork and submit a pull request