gabrielgrant / node-ember-precompile

Precompile Handlebars templates for Ember.js
53 stars 25 forks source link

Updated Ember, Handlebars, added support for template roots #3

Closed Nthalk closed 11 years ago

Nthalk commented 11 years ago

Now you can run precompile("something/whatever.hbs", "assets/app/tpl") and it will generate an Ember.TEMPLATES['something/whatever'] from the contents of ./assets/app/tpl/something/whatever.hbs

Hope you merge it in.

gabrielgrant commented 11 years ago

Hey folks, sorry for leaving this sitting for so long. This and #4 look to be different approaches to solving the same problem. Any opinion on which is preferable?

nettles-jarrod commented 11 years ago

Not sure this one is relevant anymore. Either way it would need additional code changes before merging - closing for now.