From: Chris Rebert Date: Tue, 14 Oct 2014 18:41:30 +0000 (-0700) Subject: clarify that "build & test everything" Grunt task requires Jekyll X-Git-Tag: v3.3.0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a6a253355ab1d26865bfbfffaa2a194e173a3aa;p=thirdparty%2Fbootstrap.git clarify that "build & test everything" Grunt task requires Jekyll Refs #13131. --- diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html index f9f131087f..e5d4121eb0 100644 --- a/docs/_includes/getting-started/grunt.html +++ b/docs/_includes/getting-started/grunt.html @@ -28,7 +28,7 @@

Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via jekyll serve.

grunt (Build absolutely everything and run tests)

-

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.

+

Compiles and minifies CSS and JavaScript, builds the documentation website, runs the HTML5 validator against the docs, regenerates the Customizer assets, and more. Requires Jekyll. Usually only necessary if you're hacking on Bootstrap itself.

Troubleshooting

Should you encounter problems with installing dependencies or running Grunt commands, first delete the /node_modules/ directory generated by npm. Then, rerun npm install.