yaymukund / grunt-ember-handlebars

Precompile ember templates in grunt using only headless-ember.js and ember.js
MIT License
34 stars 26 forks source link

Add partials to the namespace by default #13

Closed timols closed 11 years ago

timols commented 11 years ago

The latest version of ember no longer explicitly calls registerPartial but instead simply looks up the partial by name from the Ember.TEMPLATES namespace. I've updated it to no longer call registerPartial.

timols commented 11 years ago

@yaymukund any chance we can get this merged in?

yaymukund commented 11 years ago

Do you know which version of Ember drops registerPartial support? Would be useful to update documentation so people using old versions know not to update.