Build time compiler for assets. This does a differential comparison of the source directory and the destination directory currently utilizing the manifest.properties file. This is primarily used during compilation. The gradle plugin uses this class to compile assets as does the grails gant plugin.
Type | Name and description |
---|---|
def |
eventListener |
def |
excludeRules |
def |
filesToProcess |
def |
includeRules |
Properties |
manifestProperties |
Map |
options |
def |
threadPool |
Constructor and description |
---|
AssetCompiler
(def options = [:], def eventListener = null) Creates an instance of the compiler given passed input options |
Type | Name and description |
---|---|
void |
compile() |
def |
getAllAssets() /*', '* |
def |
getExcludesForPathKey(String key) |
def |
getIncludesForPathKey(String key) |
static void |
main(String[] args) Main Target Endpoint for Launching The AssetCompile in a Forked Execution Environment Arguments
|
Creates an instance of the compiler given passed input options
options
- A Map of options that can be passed to the library
/*', '*
Main Target Endpoint for Launching The AssetCompile in a Forked Execution Environment Arguments
Groovy Documentation