expressjs / express

Fast, unopinionated, minimalist web framework for node.
https://expressjs.com
MIT License
65.5k stars 16.08k forks source link

Nodules compatibility #315

Closed emilioastarita closed 14 years ago

emilioastarita commented 14 years ago

Because the dynamic require for the renders engines, Express isn't compatible with nodules. Is possible to add an option where we can pass a reference with the loaded engine, so anyone who wants use nodules can avoid that dynamic require, loading the reference with a static path and then passing the render to express.

Thanks

tj commented 14 years ago

wouldnt hurt to have