aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2016-03-07 10:30:09 +0200
committerXhmikosR <[email protected]>2016-03-10 13:44:16 +0200
commit4265f868ac0e9a7686df71aefc0cc64a16afbe67 (patch)
tree2d2e584e2d9f59f55a842731d81571557306a817 /docs/_includes/getting-started
parentdcc2b8ac00185c3e21299a70786cdd918e467fbe (diff)
downloadbootstrap-4265f868ac0e9a7686df71aefc0cc64a16afbe67.tar.xz
bootstrap-4265f868ac0e9a7686df71aefc0cc64a16afbe67.zip
Remove custom caching and use Bundle for gems.
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 251e2547b..a04555506 100644
--- a/docs/_includes/getting-started/grunt.html
+++ b/docs/_includes/getting-started/grunt.html
@@ -25,7 +25,7 @@
<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> (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>
+ <p>Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via <code>bundle exec 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. Requires <a href="http://jekyllrb.com/docs/installation/">Jekyll</a>. Usually only necessary if you're hacking on Bootstrap itself.</p>