]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Minify/extlib/minify/UPGRADING.txt
Merge remote branch 'gitorious/1.0.x' into 1.0.x
[quix0rs-gnu-social.git] / plugins / Minify / extlib / minify / UPGRADING.txt
1 Minify Upgrade Guide
2
3 UPGRADING FROM 2.1.*
4
5 1. Rename the following files:
6
7     /min/config.php       --> /min/old_config.php\r
8     /min/groupsConfig.php --> /min/old_groupsConfig.php
9
10 2. Overwrite all files in /min (and /min_unit_tests) with those from this zip.
11
12 3. Delete /min/groupsConfig.php
13
14 4. Rename /min/old_groupsConfig.php --> /min/groupsConfig.php
15
16 5. Merge your settings in old_config.php into config.php.
17
18     * If you've set $_SERVER['DOCUMENT_ROOT'], instead set the new option
19       $min_documentRoot. This is advantageous on IIS systems because Minify
20       will no longer overwrite the path you specified.
21
22     * $min_errorLogger adds the ability to enable FirePHP logging.
23
24 6. (optional) Delete /min/old_config.php and the Minify files from your cache 
25    directory (specified in $min_cachePath).
26
27
28 INSTALLING FRESH
29
30 See README.txt for instructions on installing this app for the first time.
31    
32
33 SUPPORT
34
35 Send a message to http://groups.google.com/group/minify