Class |
Description |
AbstractUrlRewritingProcessor
|
Subclasses iterate over relative asset URLs in a base asset file and
rewrites the URL relative to the base asset file. |
BabelJsProcessor
|
|
ClosureCompilerProcessor
|
A PostProcessor designed to minify javascript utilizing the Google Closure javascript compiler
Under the hood this leverages Rhino AST Trees to process the file (but not the Rhino runtime) which makes this
significantly faster than the UglifyJs or UglifyJs2 library. |
CssMinifyPostProcessor
|
Minifies CSS as a PostProcessor.
|
CssProcessor
|
This Processor iterates over relative image paths in a CSS file and
recalculates their path relative to the base file. |
HtmlProcessor
|
This Processor iterates over relative image paths in an HTML file and
recalculates their path relative to the base file. |
JsNodeInjectProcessor
|
This Processor iterates over a js file looking for asset_path directive sand
replaces their path with absolute paths based on the configured.
|
JsProcessor
|
This Processor iterates over a js file looking for asset_path directive sand
replaces their path with absolute paths based on the configured.
|
JsRequireProcessor
|
|