summaryrefslogtreecommitdiff
path: root/plugins/Minify/README
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-12-04 18:44:26 -0500
committerCraig Andrews <candrews@integralblue.com>2009-12-04 18:44:26 -0500
commitaab7344002fd390e5b62a3eb82f3a418fd294617 (patch)
treeb214e7d4b3e9f0ca9818fea9e3d9efa0249c00c6 /plugins/Minify/README
parent1fd7e5e3794621993b01a5833faa8b6fa26c3847 (diff)
parent01b089d9be046db1253cb3bb90e8635b50fddd84 (diff)
Merge branch 'minify' into 0.9.x
Diffstat (limited to 'plugins/Minify/README')
-rw-r--r--plugins/Minify/README20
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());
+