Closed jawnsy closed 7 years ago
This change is inspired by patternfly's Gruntfile.js and uses grunt-run to install/update gem bundles used by Jekyll in the subsequent build step.
The Jekyll build step has been updated with bundleExec: true to build using bundle exec.
bundle exec
As a little side change, this also enables strict mode for the Grunt configuration closure (module.exports).
Fixes: #70
+1, this is the same approach we've taken with managing gem's in patternfly.
@bleathem @andresgalante Any chance we can get this merged soon, so I can delete my branch? :smile:
This change is inspired by patternfly's Gruntfile.js and uses grunt-run to install/update gem bundles used by Jekyll in the subsequent build step.
The Jekyll build step has been updated with bundleExec: true to build using
bundle exec
.As a little side change, this also enables strict mode for the Grunt configuration closure (module.exports).
Fixes: #70