Commit be17600d authored by Thomas McDonald's avatar Thomas McDonald
Browse files

run jekyll with bundle exec

parent 04090242
Showing with 2 additions and 1 deletion
+2 -1
...@@ -336,7 +336,8 @@ module.exports = function (grunt) { ...@@ -336,7 +336,8 @@ module.exports = function (grunt) {
jekyll: { jekyll: {
options: { options: {
config: '_config.yml' config: '_config.yml',
bundleExec: true
}, },
docs: {}, docs: {},
github: { github: {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment