mirror of
https://github.com/mrclay/minify.git
synced 2025-03-13 08:59:38 +01:00
2.2 used empty string as a magical value meaning do not minify, but in the refactoring `Minify::combineMinify` forgot to interpret this value that way and instead inherited the default compressor for the type. This eliminates `""` as a magical value, but for BC rewrites it to `Minify::nullMinifier` in the sources. Fixes #499
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 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. 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.