gnu-social/plugins/Minify
2009-12-04 12:36:00 -05:00
..
extlib/minify Added minify plugin 2009-12-04 12:36:00 -05:00
minify.php Added minify plugin 2009-12-04 12:36:00 -05:00
MinifyPlugin.php Added minify plugin 2009-12-04 12:36:00 -05:00
README Added minify plugin 2009-12-04 12:36:00 -05:00

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());