22 lines
513 B
Plaintext
Raw Normal View History

2009-12-04 12:36:00 -05:00
The Minify plugin minifies your CSS and Javascript, removing whitespace and comments.
Note that if enabled this plugin and use a theme server,
(if any of $config['theme']['server'], $config['theme']['path'],
$config['theme']['dir'] are set) theme CSS will not be minified.
2009-12-04 12:36:00 -05:00
Installation
============
add "addPlugin('minify',
array('setting'=>'value', 'setting2'=>'value2', ...);"
to the bottom of your config.php
Settings
========
None at the moment
Example
=======
addPlugin('minify', array());