Phoenix.CodeReloader
Server to handle automatic code reloading
For each request, Phoenix checks if any of the modules previously
compiled requires recompilation via phoenix_recompile?/0 and then
calls mix compile for sources exclusive to the web directory.
To race conditions, all code reloads are funneled through a sequential call operation.
Summary
| reload!() | Reloads codes witin |
| start_link() | Starts the code reloader server |
| touch() | Touches sources that should be recompiled |
Functions
Starts the code reloader server
The code reloader server is automatically started by Phoenix.