Still.Compiler.CompilationStage (Still v0.1.1) View Source
There are many events that lead to a file being compiled:
- when Still starts, all files are compiled;
- files that change are compiled;
- files that include files that have changed are compiled;
- any many more.
Every compilation request goes through the CompilationStage
. Subscribers
to this process are notified when the queue is empty, which is usefull to
refresh the browser or finish the compilation task in production.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Callback implementation for GenServer.init/1
.