leshill / handlebars_assets

Use handlebars.js templates with the Rails asset pipeline.
MIT License
648 stars 159 forks source link

Blank files throw an exception #60

Open soffes opened 11 years ago

soffes commented 11 years ago

If you make a blank .hbs files, it will throw an exception. It would be great if you just skip blank files.

leshill commented 11 years ago

Hi @soffes,

Ignore the file or create a blank template?

soffes commented 11 years ago

I guess creating a blank template is a better default.

leshill commented 11 years ago

OK, I will take a look later tonight. A PR from you would make this faster :)