This is an implementation of a new tag for the OpenCms taglib that can automatically condense JavaScript and CSS code. The tag is used by enclosing a block of CSS of JavaScript with it, for example:
<cms:minify type="js">
function myFunc() {
myVar = 123;
alert( myVar );
}
</cms:jsminify>
The result in this case would be:
"function myFunc(){a=123;alert(a)}"
The minification is done through the excellent Yahoo YUI compressor (http://developer.yahoo.com/yui/compressor/) which is also used by the jQuery project and which is, for example, able to condense variable names.
| Module Version: | 1.0 |
| Provided By: | Christian Steinert |
| License: | LGPL |
| Click here to download (820 kb) | |
OpenCms 8.0.3 comes with numerous useful features and improvements, especially for the sitemap editor, ADE and dynamic functions. Select from different model pages - and even edit them - when creating new pages in the sitemap editor. Dynamic functions now feature detail pages and extended formatter configuration.
Size: 82071 KB
Update your existing OpenCms installation to version 8.0.3 with the easy to use upgrade wizard.
Size: 70593 KB
© Alkacon Software GmbH - http://www.alkacon.com - Terms of use - Impressum