Blake Carlson

Results 1 issues of Blake Carlson

An asset change is being triggered when the file mtime changes with no change in content. This can cause unexpected page reloads. To reproduce, ```elixir iex(2)> :crypto.hash(:md5, File.read!("priv/static/css/app.css")) |> Base.encode16...