compass-web/v2.5/target/bower_components/ng-table/CONTRIBUTING.md
Ming He 6e01037e55 fix gitignroe so bower_components are included in target folder
Change-Id: I97a6ec0d4584b821970bc0fbedf3c9b898773688
2015-12-21 10:19:15 -08:00

285 B

CONTRIBUTING

Here's a quick guide:

  1. Fork the repo.

  2. npm install

  3. bower install

  4. Run the tests: karma start

  5. Make changes in source folder src.

  6. Minify source files: grunt

  7. Make the test pass.

  8. Push to your fork and submit a pull request.