gruntjs / grunt-contrib-handlebars

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

Add a 'disableGlobal' option #161

Open rodgarcia opened 8 years ago

rodgarcia commented 8 years ago

I had some problems loading the templates using grunt-babelify. It was trying to add the modules in a global namespace using the "this" object. I added this option to keep the templates out of the global namespace and only return them with the exported function.