1
0
mirror of https://github.com/mrclay/minify.git synced 2025-01-17 13:18:13 +01:00

17 Commits

Author SHA1 Message Date
Steve Clay
b7cf3808d7 Improves README and add install doc page
Shows how to install as a composer dependency
2016-04-02 11:46:29 -04:00
Elan Ruusamäe
7c95ee7540 Update Debugging.wiki.md 2016-03-08 08:50:52 +02:00
Elan Ruusamäe
c29dc274c4 Update CommonProblems.wiki.md 2016-03-08 08:49:11 +02:00
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
316a109032 Port last of min_unit_tests, remove references to it, add composer script 2015-11-22 13:57:53 -05:00
Steve Clay
590cf9b57e Update Debugging.wiki.md 2015-10-02 13:40:12 -04:00
Steve Clay
d184597a2f Update UriRewriting.wiki.md 2015-10-02 11:12:02 -04:00
Steve Clay
5793db9098 Update CommonProblems.wiki.md 2015-09-29 15:57:40 -04:00
Steve Clay
ed06912f74 Update CommonProblems.wiki.md 2015-09-29 15:55:37 -04: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
fede83cd48 Version constant bump, disable min_extras, docs updates 2015-09-29 10:12:47 -04:00
Steve Clay
61ba5a47a5 Huge docs overhaul for 3.x 2015-09-28 20:32:56 -04:00
Steve Clay
0bc3769802 Make CSSmin the default CSS compressor 2015-09-28 20:32:56 -04:00
Steve Clay
1c3c370dd4 Adds server-info.php 2015-09-26 23:27:29 -04:00
Steve Clay
5b6b891cc3 Update UriRewriting.wiki.md 2015-09-26 16:03:05 -04:00
Steve Clay
d71b11ec98 Update CommonProblems.wiki.md 2015-09-22 13:16:36 -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