sekoyo / universal-react

A universal react starter, with routing, meta, title, and data features
242 stars 50 forks source link

Fails when current url not in root. #6

Closed Lunigorn closed 9 years ago

Lunigorn commented 9 years ago

When current url not in root, like http://localhost:3000/example/example fails when try to load http://localhost:3000/example/bundle.js

sekoyo commented 9 years ago

Thanks a lot! I noticed this too and fixed it on the next version I've been working on but it's taking longer than expected so this is helpful. I'll publish a new version with it.

sekoyo commented 9 years ago