ericf / express-handlebars

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

Sharing compiled templates. #110

Closed alehatsman closed 9 years ago

alehatsman commented 9 years ago

Hi,

Could somebody give a example, how can i get compiled template on client?

jasonmit commented 9 years ago

The advanced example covers this: https://github.com/ericf/express-handlebars/tree/05e8a8addd7f1deaaefc545bdf8cec9da2c0006f/examples/advanced

https://github.com/ericf/express-handlebars/blob/05e8a8addd7f1deaaefc545bdf8cec9da2c0006f/examples/advanced/server.js#L14-L15

ericf commented 9 years ago

Thanks @jasonmit.