leshill / handlebars_assets

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

fixes regex matching template names #101

Closed langalex closed 10 years ago

langalex commented 10 years ago

The regex for matching against the template path was matching against <any character>ember instead of .ember, hence if you had a template called member.hbs it would be treated as an ember template.

AlexRiedler commented 10 years ago

Awesome thanks (this is actually fixed in the next version by coincidence!) :+1: