The dev server should warn when static files aren't found
Closed this issue · 1 comments
rdmurphy commented
Currently the only way you learn about a broken {% static %}
link is... you don't. Until a build attempts to happen at least, or you are waiting for a successful deploy and it can't do it.
We should make the dev server warn when {% static %}
tags it attempted to resolve didn't have a valid file. (It currently just allows it to happen quietly.) The idea was you shouldn't have the server crash and burn while in development just because you made a typo, but it should be louder about it.
rdmurphy commented
Coming in 0.25.0
.