aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-10-14 11:41:30 -0700
committerChris Rebert <[email protected]>2014-10-14 11:41:30 -0700
commit8a6a253355ab1d26865bfbfffaa2a194e173a3aa (patch)
tree68bddb8620f4b7586a1a7295ceccb3db66a64686 /docs/_includes/getting-started
parent87c166552803cda56757ca20f27c8abee1c1bf37 (diff)
downloadbootstrap-8a6a253355ab1d26865bfbfffaa2a194e173a3aa.tar.xz
bootstrap-8a6a253355ab1d26865bfbfffaa2a194e173a3aa.zip
clarify that "build & test everything" Grunt task requires Jekyll
Refs #13131.
Diffstat (limited to 'docs/_includes/getting-started')
-rw-r--r--docs/_includes/getting-started/grunt.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html
index f9f131087..e5d4121eb 100644
--- a/docs/_includes/getting-started/grunt.html
+++ b/docs/_includes/getting-started/grunt.html
@@ -28,7 +28,7 @@
<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>
+ <p>Compiles and minifies CSS and JavaScript, builds the documentation website, runs the HTML5 validator against the docs, regenerates the Customizer assets, and more. Requires <a href="http://jekyllrb.com/docs/installation/">Jekyll</a>. Usually only necessary if you're hacking on Bootstrap itself.</p>
<h2 id="grunt-troubleshooting">Troubleshooting</h2>
<p>Should you encounter problems with installing dependencies or running Grunt commands, first delete the <code>/node_modules/</code> directory generated by npm. Then, rerun <code>npm install</code>.</p>