Add more information to README on Building and Testing

This commit is contained in:
zachpanz88 2016-07-03 00:24:35 -04:00
parent 2a62d33052
commit f4ccb225a3
No known key found for this signature in database
GPG Key ID: 7A5CDDC49BF119A1

View File

@ -29,7 +29,14 @@ Before submitting an issue or a pull request to the project, please take a momen
For support using Chart.js, please post questions with the [`chartjs` tag on Stack Overflow](http://stackoverflow.com/questions/tagged/chartjs).
## Building and Testing
`gulp build`, `gulp test`
To build, run `gulp build`.
To test, run `gulp test`.
To test against code standards, run `gulp jshint`.
More information on building and testing can be found in [gulpfile.js](gulpfile.js).
Thanks to [BrowserStack](https://browserstack.com) for allowing our team to test on thousands of browsers.