gnu-social/plugins/Minify/README

22 lines
513 B
Plaintext
Raw Normal View History

2009-12-04 17:36:00 +00:00
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.
2009-12-04 17:36:00 +00:00
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());