dannygarcia / gulp-jekyll

Compile Jekyll sites with Gulp.
MIT License
47 stars 5 forks source link

How does one use bundler to run jekyll? #5

Closed chrisjlee closed 10 years ago

chrisjlee commented 10 years ago

How does one run bundler to run jekyll?

Using this gulp plugin. How do i invoke bundler to run jekyll instead of instantiating the jekyll process directly?

I'd like for this plugin to respect the gemfile settings.

chrisjlee commented 10 years ago

Nevermind it was on the readme:

set the settings...

bundleExec: true

will do it.