So when serving with elm-live src/Main.elm -o -u, any static assets that contain a query string eg: http://localhost:8000/static/bootstrap.min.css?12345 returns the contents of index.html.
I think that the expected behaviour in this case would be to serve the static file as per http://localhost:8000/static/bootstrap.min.css.
This issue only presents in version 4, I've reverted back to 3.4.1 which seems to work nicely.
(it's a great tool BTW, it makes development that much more enjoyable)
So when serving with
elm-live src/Main.elm -o -u
, any static assets that contain a query string eg:http://localhost:8000/static/bootstrap.min.css?12345
returns the contents ofindex.html
.I think that the expected behaviour in this case would be to serve the static file as per
http://localhost:8000/static/bootstrap.min.css
.This issue only presents in version 4, I've reverted back to 3.4.1 which seems to work nicely.
(it's a great tool BTW, it makes development that much more enjoyable)