mirror of
https://github.com/mrclay/minify.git
synced 2025-08-06 14:16:28 +02:00
README update (important at the moment)
This commit is contained in:
17
README
17
README
@@ -15,11 +15,18 @@ access-protected or outside of DOCUMENT_ROOT.
|
|||||||
|
|
||||||
TESTING
|
TESTING
|
||||||
|
|
||||||
1. Place the "web" directory somewhere in DOCUMENT_ROOT. 2. Edit
|
1. Place the "web" directory somewhere in DOCUMENT_ROOT.
|
||||||
"config.php" to manually add "lib" to the include_path. 3. To enable
|
|
||||||
server-side caching, set $minifyCachePath to a PHP-writeable directory
|
2. Edit "config.php" to manually add "lib" to the include_path.
|
||||||
4. visit http://yourdomain.com/path/to/web/example/1/ 5. call each
|
|
||||||
"test_*.php" file in http://yourdomain.com/path/to/web/test/
|
3. To enable server-side caching, set $minifyCachePath to a PHP-writeable directory
|
||||||
|
|
||||||
|
4. Visit http://yourdomain.com/path/to/web/examples/1/
|
||||||
|
This page should contain 3 "PASS"es. It may take a few seconds to minify jQuery!
|
||||||
|
|
||||||
|
5. Call each "test_*.php" file in http://yourdomain.com/path/to/web/test/
|
||||||
|
Each test should "PASS", except test_Minify.php. This script should output a
|
||||||
|
single minified Javascript file sent as "application/x-javascript".
|
||||||
|
|
||||||
MINIFY OVERVIEW
|
MINIFY OVERVIEW
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user