express-dot icon indicating copy to clipboard operation
express-dot copied to clipboard

doT stub for Express 3.x with caching and layout support

Results 7 express-dot issues
Sort by recently updated
recently updated
newest added

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. ![qq20140214170051](https://f.cloud.github.com/assets/650155/2169261/06a07f80-9557-11e3-9572-ac6ac5300936.jpg)

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...