]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Add more information to README on Building and Testing
authorzachpanz88 <zachary@panzarino.com>
Sun, 3 Jul 2016 04:24:35 +0000 (00:24 -0400)
committerzachpanz88 <zachary@panzarino.com>
Sun, 3 Jul 2016 04:24:35 +0000 (00:24 -0400)
README.md

index 43dced4fb3d1fa2af4f81218f1b59507b63a7cd0..48bd5140db29f9dd054b744eb9e2cdbfb92209bf 100644 (file)
--- 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.