aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: {