]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Minify/README
7fb7e239a31ccd12b0ab19b8606e97b1ba3b7b2a
[quix0rs-gnu-social.git] / plugins / Minify / README
1 The Minify plugin minifies your CSS and Javascript, removing whitespace and comments.
2
3 Note that if enabled this plugin and use a theme server
4     ($config['theme']['server']), your theme server will not be used.
5
6 Installation
7 ============
8 add "addPlugin('minify',
9     array('setting'=>'value', 'setting2'=>'value2', ...);"
10 to the bottom of your config.php
11
12 Settings
13 ========
14 None at the moment
15
16 Example
17 =======
18
19 addPlugin('minify', array());
20