Jon Schlinkert
Jon Schlinkert
> Have you read the Contributing Guide?
btw, I'm going to start working on 1.0 of assemble soon. One goal is to simplify some of that logic, but I'd also like to add some CLI commands. If...
To be clear, do you mean middleware handlers? e.g. `.handle`? More details would be great
got it, thx. can you add a code example? helper and template, etc...
thanks for the additional details, @doowb or I will check into this today
> the whole template is a partial if it matters. yes, that might matter
> does it mean, that helpers are async by default? yes, since `.render` is async, we have to ensure that values from all helpers are resolved correctly (@doowb can expand...
> Is it possible to overload default partial syntax `{{> }}` with async support to make the transition easier? I'm pretty sure @doowb just mentioned something similar. maybe he has...
great, at least that part is working. let us know what you figure out, or if you have ideas for how to do it differently
@doowb can you add that information to the docs?