From: zachpanz88 Date: Sun, 3 Jul 2016 04:24:35 +0000 (-0400) Subject: Add more information to README on Building and Testing X-Git-Tag: v2.2.0-rc.1~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4ccb225a3a96a5ee6befecb56df88e4c6b8442c;p=thirdparty%2FChart.js.git Add more information to README on Building and Testing --- diff --git a/README.md b/README.md index 43dced4fb..48bd5140d 100644 --- a/README.md +++ b/README.md @@ -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.