summaryrefslogtreecommitdiff
path: root/plugins/Minify/extlib/minify/UPGRADING.txt
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-12-04 12:36:00 -0500
committerCraig Andrews <candrews@integralblue.com>2009-12-04 12:36:00 -0500
commit01b089d9be046db1253cb3bb90e8635b50fddd84 (patch)
tree2a4cee14992807cbe19901743d48bc1447729a35 /plugins/Minify/extlib/minify/UPGRADING.txt
parent40afc7e9877855272caa5c65fb3575e4420b2966 (diff)
Added minify plugin
Diffstat (limited to 'plugins/Minify/extlib/minify/UPGRADING.txt')
-rw-r--r--plugins/Minify/extlib/minify/UPGRADING.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/plugins/Minify/extlib/minify/UPGRADING.txt b/plugins/Minify/extlib/minify/UPGRADING.txt
new file mode 100644
index 000000000..5025faf9b
--- /dev/null
+++ b/plugins/Minify/extlib/minify/UPGRADING.txt
@@ -0,0 +1,35 @@
+Minify Upgrade Guide
+
+UPGRADING FROM 2.1.*
+
+1. Rename the following files:
+
+ /min/config.php --> /min/old_config.php
+ /min/groupsConfig.php --> /min/old_groupsConfig.php
+
+2. Overwrite all files in /min (and /min_unit_tests) with those from this zip.
+
+3. Delete /min/groupsConfig.php
+
+4. Rename /min/old_groupsConfig.php --> /min/groupsConfig.php
+
+5. Merge your settings in old_config.php into config.php.
+
+ * If you've set $_SERVER['DOCUMENT_ROOT'], instead set the new option
+ $min_documentRoot. This is advantageous on IIS systems because Minify
+ will no longer overwrite the path you specified.
+
+ * $min_errorLogger adds the ability to enable FirePHP logging.
+
+6. (optional) Delete /min/old_config.php and the Minify files from your cache
+ directory (specified in $min_cachePath).
+
+
+INSTALLING FRESH
+
+See README.txt for instructions on installing this app for the first time.
+
+
+SUPPORT
+
+Send a message to http://groups.google.com/group/minify \ No newline at end of file