gruntjs / grunt-contrib-handlebars

Precompile Handlebars templates to JST file.
http://gruntjs.com/
MIT License
282 stars 126 forks source link

Return Handlebars when registering partials #115

Closed dustinboston closed 6 years ago

dustinboston commented 10 years ago

When registering templates or partials and using AMD, it would be nice if the instance of Handlebars could be returned.

stephanebachelier commented 10 years ago

@dustinboston why would you need to do this ?