JCSSManager
JCSSManager combines and compresses both Javascript and CSS files, reducing both the number of requests and the amount of data transfered by your webserver. More...
Classes |
|
class | ConfigJCSSManager |
Config Options for JCSSManager. More... |
|
class | JCSSManagerCompressCSSCommand |
Compress CSS. More... |
|
class | JCSSManagerCompressJSCommand |
Compress JS. More... |
Detailed Description
JCSSManager combines and compresses both Javascript and CSS files, reducing both the number of requests and the amount of data transfered by your webserver.
JCSSManager currently supports:
- YUI Compressor 2.4.2 (http://developer.yahoo.com/yui/compressor/) for both CSS and Javascript. Unfortunately, the current release 2.4.6 does not work well with YAML CSS framework, so 2.4.2 is kept. YUI is default.
- Closure Compiler 20100330 (http://code.google.com/closure/compiler/) for JavaScript only. Closure Compression Level is SIMPLE_OPTIMIZATIONS
- CSS Tiry 1.3 (http://csstidy.sourceforge.net/index.php) for CSS compression. Compression level is default + removing last ";"
- Attention:
- JCSSManager need Java to be installed on your system to run both YUI Compressoor or Closure Compiler!