redhat-rcue / rcue

Red Hat Common User Interface (RCUE) reference implementation
Other
26 stars 15 forks source link

Build Jekyll dependencies using bundler #73

Closed jawnsy closed 7 years ago

jawnsy commented 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.

As a little side change, this also enables strict mode for the Grunt configuration closure (module.exports).

Fixes: #70

bleathem commented 7 years ago

+1, this is the same approach we've taken with managing gem's in patternfly.

jawnsy commented 7 years ago

@bleathem @andresgalante Any chance we can get this merged soon, so I can delete my branch? :smile: