gruntjs / grunt-contrib-handlebars

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

Supports handlebarsjs.runtime v3.0.0 #134

Closed davidshimjs closed 9 years ago

davidshimjs commented 9 years ago

In Handlebars.runtime above 3.0.0, It has changed some arguments and output formats related test cases.

For example, invokePartial uses three arguments unlike in the past. https://github.com/wycats/handlebars.js/commit/f990cf006422fbcbbae7d8a8a866831e58300ea4

pzuraq commented 9 years ago

Any word on this? I'd like to use Handlebars 3 in my app. I can update the tests if that's all that's holding this PR back.

sindresorhus commented 9 years ago

@pzuraq Yes ;)