aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas McDonald <[email protected]>2015-08-20 14:09:45 -0700
committerThomas McDonald <[email protected]>2015-08-20 14:09:56 -0700
commitbe17600d7c8f582f220c3fadd065868a380ebb35 (patch)
tree66326fba2f117b4f8632deff6a8e3f933ea1a5b8
parent040902426663ff7401d6935fac622f0e439b8c5b (diff)
downloadbootstrap-be17600d7c8f582f220c3fadd065868a380ebb35.tar.xz
bootstrap-be17600d7c8f582f220c3fadd065868a380ebb35.zip
run jekyll with bundle exec
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index b2b66855b..1d0e9efaf 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -336,7 +336,8 @@ module.exports = function (grunt) {
jekyll: {
options: {
- config: '_config.yml'
+ config: '_config.yml',
+ bundleExec: true
},
docs: {},
github: {