2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

run jekyll with bundle exec

This commit is contained in:
Thomas McDonald
2015-08-20 14:09:45 -07:00
parent 0409024266
commit be17600d7c
+2 -1
View File
@@ -336,7 +336,8 @@ module.exports = function (grunt) {
jekyll: {
options: {
config: '_config.yml'
config: '_config.yml',
bundleExec: true
},
docs: {},
github: {