]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
run jekyll with bundle exec
authorThomas McDonald <thomasm@palantir.com>
Thu, 20 Aug 2015 21:09:45 +0000 (14:09 -0700)
committerThomas McDonald <thomasm@palantir.com>
Thu, 20 Aug 2015 21:09:56 +0000 (14:09 -0700)
Gruntfile.js

index b2b66855bef3a171cefc53ce91380c448ceccbc7..1d0e9efaf5fd88bddf65cc9b88168e27e8f8624c 100644 (file)
@@ -336,7 +336,8 @@ module.exports = function (grunt) {
 
     jekyll: {
       options: {
-        config: '_config.yml'
+        config: '_config.yml',
+        bundleExec: true
       },
       docs: {},
       github: {