jekyll/lib
Jordon Bedwell 44cf61d241
Fix #4856: Don't rescue LoadError or bundler load errors for Bundler.
When it comes to bundler it's smart enough to know what to require, and in casees it's not, it's smart enough to accept :require.  In most cases when bundler has a LoadError (or otherwise) it's because there is a problem inside of the Gem itself and when this happens, Jekyll will happily let that error slip when it shouldn't, resulting in a badly placed error that is actually wrong. This corrects that so errors can surface properly.
2016-04-29 06:37:57 -05:00
..
jekyll Fix #4856: Don't rescue LoadError or bundler load errors for Bundler. 2016-04-29 06:37:57 -05:00
site_template updates example domain in config template 2016-04-15 09:29:39 +01:00
jekyll.rb Merge branch 'master' into themes 2016-04-21 11:43:35 -07:00