leshill / handlebars_assets

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

v0.14.0 broke compiling templates out of assets/javascript/ tree #76

Closed turadg closed 11 years ago

turadg commented 11 years ago

My templates are organized like this (per backbone-on-rails, I believe):

app/
  assets/
    images/
    javascripts/
    styles/
    templates/

So in my application.js, I have require_tree ../templates. It worked fine with 0.13.0 and stopped with 0.14.0. Apparently due to c1cea5dc60c3806ca1d45ba16b38457fc748ffc1.

leshill commented 11 years ago

Hi @turadg,

Yup, rolling that back in v0.14.1. Sorry for the bother.