jonschlinkert / template

Render templates from any engine. Make custom template types, use layouts on pages, partials or any custom template type, custom delimiters, helpers, middleware, routes, loaders, and lots more. Powers Assemble v0.6.0, Verb v0.3.0 and your application.
https://github.com/jonschlinkert
MIT License
52 stars 7 forks source link

ensure that `view engine` is given preference #26

Closed jonschlinkert closed 9 years ago

jonschlinkert commented 9 years ago

When the user defines template.option('view engine', 'foo'), the foo engine should always be chosen over other options.

jonschlinkert commented 9 years ago

related https://github.com/jonschlinkert/template/issues/22