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 AMD support. #11

Closed Chandler closed 8 years ago

Chandler commented 11 years ago

Ported the AMD wrapper option from https://github.com/gruntjs/grunt-contrib-handlebars. The only change is that the dependency in this case is Ember.js instead of Handlebars.js Added option to README

jkrehm commented 11 years ago

This works well for me. I was starting to do something similar independently when I looked in the Issues for the repository. Glad I did, instead of reinventing the wheel.

aaronshaf commented 11 years ago

@yaymukund Any chance this can get merged?

ashwinr commented 10 years ago

we really need this as well. can you please look into merging this?