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

FYI #3

Closed tkellen closed 11 years ago

tkellen commented 11 years ago

grunt.registerHelper will be depreciated in grunt 0.4.

To see how helpers will be handled in the future (using standard npm require), check out the following links:

https://github.com/gruntjs/grunt-contrib-uglify/blob/master/tasks/uglify.js#L15 https://github.com/gruntjs/grunt-contrib-uglify/blob/master/tasks/lib/min.js

yaymukund commented 11 years ago

Thanks a ton! I haven't dived into 0.4 yet, but I'll take a look when I get some time this week.