alexmingoia / pux-starter-app

Starter Pux app w/ hot-reloading and isomorphic routing and rendering
https://www.purescript-pux.org
BSD 3-Clause "New" or "Revised" License
101 stars 39 forks source link

Page is simply "dist/index.html" on fresh install #22

Closed Mr-Wallet closed 7 years ago

Mr-Wallet commented 8 years ago

Following this instructions on Node 5.11.1, the page at localhost:3000 is plaintext: dist/index.html If I add a slash and some letters e.g. localhost:3000/dist then I get something resembling the starter app but with a 404 instead of the increment/decrement area.

There were no errors or warnings that I noticed. This is on Windows 8, and my colleagues suspect some kind of windows-specific webpack weirdness.

endeavour commented 8 years ago

This happens for me too :( (Windows 10)

dariooddenino commented 8 years ago

Same on Windows 10. Delete static\index.html and it should work :) I had to remove the clean task too, as rimraf gave me a lot of issues with locked resources!

alexmingoia commented 7 years ago

Can anyone confirm if this is still happening with the latest version of pux and pux-starter-app?

dariooddenino commented 7 years ago

It's not happening for me with the latest version :)