We are pleased to announce the first release of the JavaScript Aggregator
project.
The JavaScript Aggregator is an OSGi servlet that provides aggregation and code
minification services to AMDs loaders that supports the loader extension API.
Features include:
* Dynamic layer builds of AMD modules.
* JavaScript minification using the Google Closure compiler.
* Code trimming using has.js feature detection.
* Require list expansion to reduce the cascade of requests resulting from
dependency discovery as modules are loaded on the client.
* CSS Optimizations.
* i18n resource consolidation.
* Caching of previously built/minified output for quicker response on
subsequent requests.
For more details about the JavascriptAggregator's features and functionality