moshen / jekyll-asset_bundler

A small plugin for Jekyll to easily bundle and compress site assets
MIT License
101 stars 21 forks source link

Error with .css files an jekyll 2.0.3 #23

Closed agrafix closed 10 years ago

agrafix commented 10 years ago

When adding a .css file into the bundle block, i get this error:

Liquid Exception: undefined method `relative_path' for #<Jekyll::Bundle:0x007fac0150b658> in _includes/js.html, included in _layouts/default.html
jbleuzen commented 10 years ago

I'm facing the same problem... I can add that the plugin is working when dev attribute (in config) is enabled, but when I want to publish (when minification and concatenation is on) it fails...

Rolling back to previous version of Jekyll meanwhile.

jbleuzen commented 10 years ago

If I knew it was that simple... Anyway, fixed for me, thanks again...