gnu-social/plugins/Minify
Craig Andrews 88e50003ae If a theme server is being used, do not minify theme CSS (as doing so could cause 404s) 2009-12-04 23:17:46 -05:00
..
extlib/minify Added minify plugin 2009-12-04 12:36:00 -05:00
MinifyPlugin.php If a theme server is being used, do not minify theme CSS (as doing so could cause 404s) 2009-12-04 23:17:46 -05:00
README If a theme server is being used, do not minify theme CSS (as doing so could cause 404s) 2009-12-04 23:17:46 -05:00
minify.php Separate out some common code 2009-12-04 23:17:19 -05:00

README

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