]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #14628, #14629: Add note to docs about grunt docs command
authorMark Otto <markdotto@gmail.com>
Wed, 17 Sep 2014 18:28:24 +0000 (11:28 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 17 Sep 2014 18:28:24 +0000 (11:28 -0700)
docs/_includes/getting-started/grunt.html

index 93fa44a70a087cbe12d21e9cf58caeee91c55be0..34cfddcf8af83816f4b5e8b982f20bae566087c4 100644 (file)
@@ -24,6 +24,9 @@
   <h3><code>grunt test</code> (Run tests)</h3>
   <p>Runs <a href="http://jshint.com">JSHint</a> and runs the <a href="http://qunitjs.com">QUnit</a> tests headlessly in <a href="http://phantomjs.org">PhantomJS</a>.</p>
 
+  <h3><code>grunt docs</code> (Run tests and build docs assets)</h3>
+  <p>Compiles and tests CSS, JavaScript, and more for running the local documentation via <code>jekyll serve</code>.</p>
+
   <h3><code>grunt</code> (Build absolutely everything and run tests)</h3>
   <p>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.</p>