diff options
| author | Mark Otto <[email protected]> | 2014-09-17 11:28:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-17 11:28:24 -0700 |
| commit | c5c67d0f54674dede58fc924d4d7c0f1d65705d9 (patch) | |
| tree | 93280f79bff4cbead1762e48934938817808ea5b /docs/_includes/getting-started | |
| parent | 48c67095b01406b4b8c89230bab000a4a9dd1900 (diff) | |
| download | bootstrap-c5c67d0f54674dede58fc924d4d7c0f1d65705d9.tar.xz bootstrap-c5c67d0f54674dede58fc924d4d7c0f1d65705d9.zip | |
Fixes #14628, #14629: Add note to docs about grunt docs command
Diffstat (limited to 'docs/_includes/getting-started')
| -rw-r--r-- | docs/_includes/getting-started/grunt.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html index 93fa44a70..34cfddcf8 100644 --- a/docs/_includes/getting-started/grunt.html +++ b/docs/_includes/getting-started/grunt.html @@ -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> |
