thierryc / grunt-handlebars-layouts

A grunt.js task to render Handlebars templates against a context & produce HTML
MIT License
14 stars 10 forks source link

Upgrade to Handelbars 4 #14

Closed alexmaughan closed 7 years ago

alexmaughan commented 7 years ago

Would it be possible to update your package to use Handlebars 4? It brings with it some nice new features, like partial blocks {{> @partial-block }}.

I did a quick test by updating handlebars to the following:

"handlebars": "~4.0.5"

...and it works fine with latest features.

thierryc commented 7 years ago

Good news ! Thank you.

thierryc commented 7 years ago

https://github.com/thierryc/grunt-handlebars-layouts/pull/16

I do