walmartlabs / generator-thorax

Thorax yeoman generator
MIT License
87 stars 27 forks source link

Can't access pages other than home with a hard refresh #142

Closed AlexBeauchemin closed 10 years ago

AlexBeauchemin commented 10 years ago

I can navigate through my app without any problem but if I hit a hard refresh ( f5 or livereload ), the page isn't loading.

Example if I try to go directly to localhost:8000/projects/1 , I get a blank page with the message "Cannot GET /projects/1"

This is in dev while running grunt-default

Is there something I can add to expressjs to fix this?