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:
+2
-1
@@ -336,7 +336,8 @@ module.exports = function (grunt) {
|
||||
|
||||
jekyll: {
|
||||
options: {
|
||||
config: '_config.yml'
|
||||
config: '_config.yml',
|
||||
bundleExec: true
|
||||
},
|
||||
docs: {},
|
||||
github: {
|
||||
|
||||
Reference in New Issue
Block a user