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:
parent
0409024266
commit
be17600d7c
1 changed files with 2 additions and 1 deletions
|
@ -336,7 +336,8 @@ module.exports = function (grunt) {
|
||||||
|
|
||||||
jekyll: {
|
jekyll: {
|
||||||
options: {
|
options: {
|
||||||
config: '_config.yml'
|
config: '_config.yml',
|
||||||
|
bundleExec: true
|
||||||
},
|
},
|
||||||
docs: {},
|
docs: {},
|
||||||
github: {
|
github: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue