Expressjs not loading stylesheets on heroku, giving 500 error
I'm running an Expressjs installation on heroku, and it's not loading the stylesheets. I hit ctrl+u and then click on the stylesheet link, and get this error: TypeError: Object #<SendStream> has no method 'on' at Object.static [as handle] (/app/node_modules/express/node_modules/connect/lib/middleware/static.js:75:8) at next (/app/node_modules/express/node_modules/connect/lib/proto.js:190:15) When I go to the url '/stylesheets/style.css' I get this error: Express 500 TypeError: Object #<SendStream> has no method 'on' at Object.static [as handle] (/app/node_modules/express/node_modules/connect