ralyodio / express-template-demo

Demo of using template engines with express.js and node.js
77 stars 20 forks source link

Updating to match the new less middleware convention #7

Open ameyakarve opened 10 years ago

ameyakarve commented 10 years ago

Could you change Line 55 in demo/app to

app.use(require('less-middleware')(path.join(__dirname, 'public'))); 

This conforms to the new less middleware syntax