I\'d still like to try to get an example running w/ Yeoman and Express.
I tried the following and it worked \"okay\", but I\'m stuck merging the routes. (over simpl
I'm having troubles with this solution: express still try to load index.jade instead of index.html, but if I enter localhost:3000/index.html express render correctly. I solved removing this line from app.js:
//app.get('/', routes.index);
Hope this helps. Thanks for sharing, D.