|
Class Summary |
| JavaScriptAggregatorMojo |
Aggregate JavaScript sources:
Aggregation order can be specified in the Maven Configuration
It can also include:
The Javascript file from the project ((filename.js)
Dependencies files (artifactId.js)
Compile files (CoffeeScript) (coffee_filename.js)
If no file are included, the project js files are aggregated in the alphabetical order. |
| JavaScriptMinifierMojo |
Minify JavaScript sources. |
| StylesheetsAggregatorMojo |
Aggregate stylesheets sources:
Aggregation order can be specified in the Maven Configuration
It can also include:
The CSS file from the project ((filename.js)
Compiled files (LESS) (less_filename.js)
If no file are included, the project CSS files are aggregated in the alphabetical order. |
| StylesheetsMinifierMojo |
Minify CSS sources. |
| ZipMojo |
Build a zip file including the all assets, generated files and dependencies. |