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
e596b35fc4
Collapse "min" into project root and get unit tests working.
...
Fixes #472
2015-09-28 15:39:25 -04:00
Steve Clay
de8e8be37e
Merge commit '5b6b891cc379be1b9c014a5bb070e5e2e792d64c' into 3.0
2015-09-27 18:02:48 -04:00
Elan Ruusamäe
0e9e1237c6
make composer dependency required
...
NOTE: this changes required minimum PHP version to 5.3.3
2014-10-16 00:04:51 +03:00
Elan Ruusamäe
0cbbcd0a53
get rid of $min_libPath
2014-10-12 17:21:21 +03:00
Elan Ruusamäe
96da497e9c
rework classloader
...
- make it available in config
- always use classloader, no manual require
- compatible for future composer alternative
2014-10-12 16:28:41 +03:00
Steve Clay
7e08cff1f0
Merge pull request #36 from robations/patch-1
...
Path/require problem in cli script min_extras/cli/minify.php
2012-11-23 15:19:53 -08:00
Robert Churchill
3b2fd8dfd6
Make cli script more portable
...
Changing hash-bang interpreter to `#!/usr/bin/env php`, for better portability with OSs such as BSD.
2012-10-19 19:42:31 +02:00
Robert Churchill
0d5e3295a3
Update min_extras/cli/minify.php
...
I think the path variable got renamed inconsistently?
2012-10-19 18:32:26 +02:00
Steve Clay
c196dd39df
Replaced all class require's with autoloader
2012-09-30 17:51:34 -04:00
Steve Clay
bcd231eb7c
CLI minify!
2012-02-28 16:58:35 -05:00
Steve Clay
f2372744c5
Added test-run option in place of verbose
2012-02-28 16:17:20 -05:00
Steve Clay
1cebfec066
Cli upgrade
2012-02-28 15:56:47 -05:00
Steve Clay
4f490d0f48
rewrite-uri CLI tool
2012-02-25 01:19:36 -05:00