Version 1.1-SNAPSHOT of the maven-js-plugin (located in the trunk) has the site compression goal completed. It compresses all JS in the site directory in the build output directory. Configurable parameters are :
* siteClassifier - the classifier on each JS file in the site directory, if the overwrite flag is false.
* replaceSiteJsvaScript - the overwrite variable for determining whether to overwrite the site JS or create a second compressed file.
The goal is compress-site
Also, as new goals are completed we will post in this thread and to the mailing lists for updates.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Version 1.1-SNAPSHOT of the maven-js-plugin (located in the trunk) has the site compression goal completed. It compresses all JS in the site directory in the build output directory. Configurable parameters are :
* siteClassifier - the classifier on each JS file in the site directory, if the overwrite flag is false.
* replaceSiteJsvaScript - the overwrite variable for determining whether to overwrite the site JS or create a second compressed file.
The goal is compress-site
Also, as new goals are completed we will post in this thread and to the mailing lists for updates.