diff options
| author | XhmikosR <[email protected]> | 2016-03-11 10:58:57 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-03-11 10:58:57 +0200 |
| commit | 2744e4042f2e5af79412c1992bde806c68b6cb8a (patch) | |
| tree | 976f94a4a43790cd91f9071e1757e168a997a7c9 /docs/_includes/getting-started | |
| parent | 0119e334a1c2e5771b6eed06e0c6305adb4bbd81 (diff) | |
| parent | cf566a80417c29167a6922d9909d31480ff444ad (diff) | |
| download | bootstrap-2744e4042f2e5af79412c1992bde806c68b6cb8a.tar.xz bootstrap-2744e4042f2e5af79412c1992bde806c68b6cb8a.zip | |
Merge pull request #19378 from twbs/v3-deps
Update devDependencies
Diffstat (limited to 'docs/_includes/getting-started')
| -rw-r--r-- | docs/_includes/getting-started/grunt.html | 2 |
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 & 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> |
