blob: 7fb7e239a31ccd12b0ab19b8606e97b1ba3b7b2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
The Minify plugin minifies your CSS and Javascript, removing whitespace and comments.
Note that if enabled this plugin and use a theme server
($config['theme']['server']), your theme server will not be used.
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());
|