summaryrefslogtreecommitdiff
path: root/plugins/Minify/README
blob: 8f2eefa2c7d0800f4e4829889dea4dc36919cef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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());