gruntjs / grunt-contrib-handlebars

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

Added processTemplate option #144

Open iamwillburn opened 9 years ago

iamwillburn commented 9 years ago

I had a need to wrap each template before concatenating the files. This option allows us to use a function to wrap the compiled template in anything we want.