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

don't strip leading underscore for partials #17

Closed kencheeto closed 11 years ago

kencheeto commented 11 years ago

Hi! Thanks for writing this library.

This fixes #15. To make this easily testable (avoid invoking the whole grunt task), I was considering refactoring some of the logic out of the task into a separate object. Let me know if you'd like me to take a stab at that or think this is fine as-is.

yaymukund commented 11 years ago

Thank you for this fix. I'll take a closer look at tests today.