Sha256: 433b12a06886db1d46f2af782aa4a53e292082a9be780d202315828c4df81dde
Contents?: true
Size: 647 Bytes
Versions: 8
Compression:
Stored size: 647 Bytes
Contents
CONTRIBUTING ============ 1. Fork the repo. 2. `npm install` 3. `bower install` 4. Run the build: `grunt` - builds dist/ng-table.js and associated files 5. Run the tests: `karma start` - ie prove existing code before making your changes 6. Make changes in source folder (`src`) 6. Minify source files: `grunt` 7. Make the test pass 8. Commit changes: - include ONLY source files ie do NOT commit files under the dist/ folder - use a commit message that follows [conventions](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md) 9. Push your changes to your fork and submit a pull request
Version data entries
8 entries across 8 versions & 1 rubygems