Closed alexmaughan closed 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 }}.
{{> @partial-block }}
I did a quick test by updating handlebars to the following:
"handlebars": "~4.0.5"
...and it works fine with latest features.
Good news ! Thank you.
https://github.com/thierryc/grunt-handlebars-layouts/pull/16
I do
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:
...and it works fine with latest features.