Method | Description | |
---|---|---|
Build ( |
|
|
Build ( |
|
|
Builder ( IEnumerable |
Initialize builder with given set of processors. Key is a name of processor. Value is a processor.
|
|
SafeBuild ( bool force = false, string cleanPattern = null ) : bool |
|
Method | Description | |
---|---|---|
BuildAsset ( |
|
|
Builder ( ) : System | ||
CleanStaleContent ( string outputFolder, IEnumerable |
Removes all content thar do not match given files.
|
|
Download ( |
|
|
DownloadIfModified ( string url, string fullFilePath ) : bool |
http://stackoverflow.com/questions/6239485/httpwebrequest-vs-webclient-special-scenario
|
|
GatherAssetFiles ( string ignorePatterns, |
|
public Build ( |
||
options | ||
iniData | ||
return |
public static Build ( |
||
options | ||
return | void |
public Builder ( IEnumerable |
||
processors | IEnumerable |
|
return | System |
public static SafeBuild ( bool force = false, string cleanPattern = null ) : bool | ||
force | bool | |
cleanPattern | string | |
return | bool |