assemble / assemble-handlebars

Assemble engine plugin for Handlebars templates
https://github.com/assemble/assemble
MIT License
8 stars 19 forks source link

Handlebars 2.0 #20

Closed ismay closed 10 years ago

ismay commented 10 years ago

Are there plans to update to handlebars 2.0? It would be nice to have access to the new partials with support for parameters:

{{> dude otherDude=name}}
jonschlinkert commented 10 years ago

Indeed, we'll be pushing something up very soon :-)

jonschlinkert commented 10 years ago

oh, also we won't be using this lib anymore. we'll be using a more decoupled approach that isn't so assemble specific

ismay commented 10 years ago

That's good news, thanks for the quick reply!