From: Thomas McDonald Date: Thu, 20 Aug 2015 21:09:45 +0000 (-0700) Subject: run jekyll with bundle exec X-Git-Tag: v4.0.0-alpha.2~408^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be17600d7c8f582f220c3fadd065868a380ebb35;p=thirdparty%2Fbootstrap.git run jekyll with bundle exec --- diff --git a/Gruntfile.js b/Gruntfile.js index b2b66855be..1d0e9efaf5 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: {