gruntjs / grunt-contrib-handlebars

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

Add return statement to partials for AMD #76 #145

Closed ade closed 9 years ago

ade commented 9 years ago

Fixes #76 by adding a return statement when registering a partial in an AMD environment.

ade commented 9 years ago

Looks like this isn't compatible with how this is intended to work atm.