From 4265f868ac0e9a7686df71aefc0cc64a16afbe67 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 7 Mar 2016 10:30:09 +0200 Subject: Remove custom caching and use Bundle for gems. --- docs/_includes/getting-started/grunt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/getting-started') 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 @@

Runs JSHint and runs the QUnit tests headlessly in PhantomJS.

grunt docs (Build & test the docs assets)

-

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

+

Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via bundle exec 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. Requires Jekyll. Usually only necessary if you're hacking on Bootstrap itself.

-- cgit v1.2.3