mape / node-express-boilerplate

A boilerplate to quickly get projects going. It gives the developer a clean slate to start with while bundling enough useful features.
MIT License
846 stars 119 forks source link

Pluggable Template #2

Closed JasonGiedymin closed 13 years ago

JasonGiedymin commented 13 years ago

This is a drive-by issue comment. I think this module is super cool. This module is like a dream for anyone doing any EJS templating. That said, I wish it wasn't hard coded for EJS only filenames. Any plans on making that pluggable (for future xyz, unknown filenames/template engines) and what not?

mape commented 13 years ago

With the latest update this should be fixed. Though you would still have to change

 app.set('view engine', 'ejs');
JasonGiedymin commented 13 years ago

Bravo!