Method | Description | |
---|---|---|
Contains ( string path ) : bool |
Expects that path is absolute.
|
|
NeedRecompilation ( IEnumerable |
Returns the members in rootFiles that need to be recompiled given that something in changedFiles has changed. `changedFiles` and `rootFiles` are expected to contain only absolute paths.
|
Method | Description | |
---|---|---|
Add ( string file, string dependsOn ) : void |
Record that `file` depends on `dependsOn`.
|
|
DependencyGraph ( ) : System | ||
DependencyGraph ( Dictionary |
||
FileCompiled ( string compiledFile, List |
||
GetUrlValues ( IEnumerable |
||
Merge ( |
||
SpritesResolved ( |
||
TraceTo ( string fromFile, IEnumerable |
||
UsingResolved ( string compiledFile, string usedFile ) : void |
public NeedRecompilation ( IEnumerable |
||
changedFiles | IEnumerable |
|
rootFiles | IEnumerable |
|
return | IEnumerable |