ralyodio / express-template-demo

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

Dust template fails rendering #2

Closed realpeterz closed 11 years ago

realpeterz commented 11 years ago

500 Error: ENOENT, open '/Users/macbook/Downloads/express-template-demo/demo/views/views/layout.dust'

ralyodio commented 11 years ago

Just curious, did you run npm install?

realpeterz commented 11 years ago

Yes, I did. And I found the problem. it's the path in index.dust: {>"views/layout.dust"/} should be {>layout/} or {>layout.dust} because we are already in views directory.

ralyodio commented 11 years ago

weird. something must have changed, because i had to use the quoted version when I wrote it.

VGraupera commented 11 years ago

same thing here, and same fix by realpeterz works

ralyodio commented 11 years ago

Fixed.