22 lines
513 B
Plaintext
22 lines
513 B
Plaintext
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.
|
|
|
|
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());
|
|
|