Still.Compiler.Incremental.OutputToInputFileRegistry (Still v0.8.0) View Source
Keeps track of which input file generates each output file. It's used to identify which file needs to be compiled when there's a request from the browser.
Link to this section Summary
Functions
Returns a list of the registered input files for the given output.
Compiles the input files for the given output file.
Registers an input and output pair.
Link to this section Functions
Specs
Returns a list of the registered input files for the given output.
Specs
Compiles the input files for the given output file.
Specs
Registers an input and output pair.