moshen / jekyll-asset_bundler

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

Fails if css file has yaml header #16

Closed kormoc closed 10 years ago

kormoc commented 10 years ago

I have a css file that I want to render tags in, so I have it started with a empty yaml header. This causes jekyll in dev mode to render the file correctly, but jekyll-asset-bundler fails to render it before attempting to condense/compress/etc.

kormoc commented 10 years ago

This also applies to js files