This came up as a result of a question that someone else asked.
Looking at the documentation for Phoenix.CodeReloader it looks like this solely reloads Elixir code. Is that correct? If so, what does phoenix_live_reload do? Does live reload also take care of reloading static pages and/or JS resources?
I'd just like to understand the difference between the two settings and in which use cases one is appropriate versus using the other.