ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.31k stars 384 forks source link

Extract template compilation from `loadTemplate()` to `compileTemplate()` #41

Closed ericf closed 10 years ago

ericf commented 11 years ago

This provides a hook for customizing how templates are compiled, allowing for pre- and post- processing of templates compiled by the Handlebars compiler.

Fixes #39

Todos

ericf commented 10 years ago

Closing in favor of #68 (Rewrite with Promises).