hi, so im new to express.js and i am writing my app on top of the
socket.io chat example.
i can get it to work, but i added a routes folder and put my rosemiracle.jade in it. not i get a Error: Cannot find module './routes/rosemiracles' i but the file exists , why is this happening?
app.js : var routes = require('./routes/rosemiracles');