1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-02 12:21:09 +02:00
This commit is contained in:
Steve Clay
2012-03-15 14:01:14 -04:00
parent f40f4e4f56
commit 98f372d7da

View File

@@ -33,13 +33,11 @@ CONFIGURATION & USAGE
See the MIN.txt file and http://code.google.com/p/minify/wiki/UserGuide
Minify also comes with a URI Builder application that can help you write URLs
for use with Minify or configure groups of files.
To enable this, edit min/config.php, set $min_enableBuilder = true; and visit
http://example.org/min/builder/
When you're finished with this, please set $min_enableBuilder = false;
for use with Minify or configure groups of files. See here for details:
http://code.google.com/p/minify/wiki/BuilderApp
The cookbook also provides some more advanced options for minification:
http://code.google.com/p/minify/wiki/CookBook
UPGRADING