shannonmoeller / handlebars-layouts

Handlebars helpers which implement layout blocks similar to Jinja, Nunjucks (Swig), Pug (Jade), and Twig.
http://npm.im/handlebars-layouts
MIT License
361 stars 29 forks source link

Multiple updates to a block. #3

Closed shannonmoeller closed 10 years ago

shannonmoeller commented 10 years ago

Currently only one change to a block will ever be applied, meaning you can't prepend and append to a block at the same time. Later directives win. Changes should be queued and applied in order.

shannonmoeller commented 10 years ago

Resolved by v0.2.0