diff options
| author | Thomas McDonald <[email protected]> | 2015-08-20 14:09:45 -0700 |
|---|---|---|
| committer | Thomas McDonald <[email protected]> | 2015-08-20 14:09:56 -0700 |
| commit | be17600d7c8f582f220c3fadd065868a380ebb35 (patch) | |
| tree | 66326fba2f117b4f8632deff6a8e3f933ea1a5b8 | |
| parent | 040902426663ff7401d6935fac622f0e439b8c5b (diff) | |
| download | bootstrap-be17600d7c8f582f220c3fadd065868a380ebb35.tar.xz bootstrap-be17600d7c8f582f220c3fadd065868a380ebb35.zip | |
run jekyll with bundle exec
| -rw-r--r-- | Gruntfile.js | 3 |
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: { |
