gruntjs / grunt-contrib-handlebars

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

Directly return template without namespace with commonjs #86

Closed janpanschab closed 9 years ago

janpanschab commented 10 years ago

When commonjs set to true and namespace set to false directly return template without namespace.

bengladwell commented 10 years ago

I would like to see this one merged. Any objections?

sindresorhus commented 9 years ago

Can you fix the merge conflict?

bengladwell commented 9 years ago

Sure thing.

PR #137 is based on the changes from @janpanschab.

Was creating a new PR the right way to handle this? There's no way to modify someone else's PR, right?

sindresorhus commented 9 years ago

Sure

rally25rs commented 9 years ago

The fix for this seems to have caused #151