diff options
Diffstat (limited to 'plugins/Minify/README')
-rw-r--r-- | plugins/Minify/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/Minify/README b/plugins/Minify/README new file mode 100644 index 000000000..7fb7e239a --- /dev/null +++ b/plugins/Minify/README @@ -0,0 +1,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()); + |