资 源 简 介
Blue Hole Asset Combiner/Compactor
The assets combiner concatenates JavaScript and CSS files, at runtime, into single, compressed downloads to the browser. Supports pushing concatenations to edge servers.
To use add bhf-assets-1.0.0.jar to your Web application and add the asset filter to web.xml as follows.
AssetFilter org.bhf.asset.AssetFilter AssetFilter /javascripts/* /stylesheets/*
You can then add JavaScript assets...