1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-08 15:16:56 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
Steve Clay
7dbd2c87e4 Minify no longer tries to minify -min.js/.min.js files
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
2016-02-26 11:17:55 -05:00
Steve Clay
e2efb342a8 Remove JSMin+ and old, unfinished CssCompressor port
JSMin+ was a good effort but is unmaintained and has collected several
reports of impractical memory usage for a project like this.
2015-09-29 10:38:22 -04:00
Steve Clay
61ba5a47a5 Huge docs overhaul for 3.x 2015-09-28 20:32:56 -04:00
Steve Clay
f1ef53e84e Add wiki docs and point to some of them (lots of work left here) 2015-09-04 17:38:45 -04:00