1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05: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

View file

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