express-dot
express-dot copied to clipboard
doT stub for Express 3.x with caching and layout support
I added the line below express-dot.js so I can use doT to precompile my *.dot templates from my express app: ``` exports.__doT = doT; ``` See my fork: https://github.com/ScrippsFEE/express-dot
Added support for app.set('view options', **{layout: false}**) or app.set('view options', **{layout: 'layout name'}**) This also resolves issue #9
I am using express dot for all of my hobby projects. I found that most of the time I cannot make use of the layout, and would just set the...
both the html & js are nowrap, i can't debug them when developing. 
https://registry.npmjs.org/express-dot/ shows only versions 0.0.1 and 0.1.0
Are they supposed to work at all? Or it is not finished yet? I was looking for something to integrate doT in express and this looked like a solution, but...
Same comments as to #3