diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html index 93fa44a70a08..34cfddcf8af8 100644 --- a/docs/_includes/getting-started/grunt.html +++ b/docs/_includes/getting-started/grunt.html @@ -24,6 +24,9 @@
grunt watch
(Watch)grunt test
(Run tests)Runs JSHint and runs the QUnit tests headlessly in PhantomJS.
+grunt docs
(Run tests and build docs assets)Compiles and tests CSS, JavaScript, and more for running the local documentation via jekyll serve
.
grunt
(Build absolutely everything and run tests)Compiles and minifies CSS and JavaScript, builds the documentation website, runs the HTML5 validator against the docs, regenerates the Customizer assets, and more. Usually only necessary if you're hacking on Bootstrap itself.