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.
Copy JavaScript sources to the work directory and check JavaScript sources with
Check the code using JSLint
Check the code using JSHint
Compile dust template (.dust files)
Copy JavaScript sources to the work directory and check JavaScript sources with
Check the code using JSLint
Check the code using JSHint
TODO Exclude strict mode.
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.