reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

resources shouldn't be using relative path: 404 when using/nested/path #110

Closed Frozenlock closed 8 years ago

Frozenlock commented 8 years ago

Everything works fine if you are on "/" or "/index.html", but it fails if you are on "/a/index.html" because the resources are asked with "http://localhost:3449**/a/**js/app.js"

yogthos commented 8 years ago

ah makes sense ;)

yogthos commented 8 years ago

ok should be fixed, I'll push a new version out tonight

yogthos commented 8 years ago

ok latest is up on clojars, let me know if it looks good

Frozenlock commented 8 years ago

Yup!

Amazing speed, as always :smile:

yogthos commented 8 years ago

thanks :)