You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable raise_on_missing_only in development (#6495)
Configure Plug.Static with raise_on_missing_only: code_reloading?() to help
developers catch missing entries in static_paths() during development. This
prevents the common trap where files like favicon.svg return 404 because they
aren't properly declared in the :only list (often because they digested paths).
Closes#6203
0 commit comments