aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-09-17 17:48:40 -0700
committerChris Rebert <[email protected]>2014-09-17 17:48:40 -0700
commit3a1bf02ebf9a04757784973e234fb81d8b44a025 (patch)
tree3b1d43d8025a41350b59217e7d67aa4ac0e02229
parent0013f1298982f8ba4035a96c75156c98b408a7d2 (diff)
downloadbootstrap-3a1bf02ebf9a04757784973e234fb81d8b44a025.tar.xz
bootstrap-3a1bf02ebf9a04757784973e234fb81d8b44a025.zip
tweak `grunt docs` description
-rw-r--r--docs/_includes/getting-started/grunt.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html
index 34cfddcf8..f9f131087 100644
--- a/docs/_includes/getting-started/grunt.html
+++ b/docs/_includes/getting-started/grunt.html
@@ -24,8 +24,8 @@
<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 docs</code> (Build &amp; test the docs assets)</h3>
+ <p>Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally 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>