1
0
mirror of https://github.com/mrclay/minify.git synced 2025-02-24 08:52:50 +01:00
minify/min_extras
Steve Clay 12ca7b470f + Controller/MinApp.php for min app
min/index.php : rewritten to use MinApp.php
Controller/Base.php : simplified _fileIsSafe()
min/config.php : + flock and maxFiles options
2008-09-18 01:56:29 +00:00
..
2008-09-18 01:56:29 +00:00
2008-09-11 20:37:16 +00:00

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
DO NOT leave this directory on a site in production. Some scripts within may be
resource intensive and some allow file uploads.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

This directory contains testing scripts and a few example applications built
with the Minify library classes.

ab_tests/
    Windows batch files used to benchmark various Minify and Apache 
    configurations using Apache ab.

tools/
    Two utility web apps that upload a file, alter it, and send it back to the 
    user. One applies HTTP encoding, the other minifies CSS/JS/HTML.