mattacular / grunt-handlebars-compiler

Grunt.js task to precompile Handlebars.js templates with the same options as the CLI utility
MIT License
12 stars 12 forks source link

Added option to return template and modified Handlebars path option #9

Closed TheSisb closed 9 years ago

TheSisb commented 10 years ago

As per https://github.com/mattacular/grunt-handlebars-compiler/issues/8, I wanted a way to use the template right away after requiring it without also having to require Handlebars. I also had an issue with the pathToHandlebars being impossible to adjust for my use case, tweaked it a little

mattacular commented 9 years ago

Would you mind recreating this PR to target branch "handlebars-prod" ? Thanks

TheSisb commented 9 years ago

I don't see that branch :/

mattacular commented 9 years ago

Sorry for the lengthy delay. I have merged this as v0.0.12. I am in the process of upgrading the plugin to use Handlebars v3.0 and this change will also be a part of that version.

TheSisb commented 9 years ago

Awesome! Looking forward to it.