1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-02 12:21:09 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Elan Ruusamäe
9ee5fb7701 moved tests to minify\test namespace 2017-12-22 18:05:33 +02:00
Elan Ruusamäe
7d60fb9d0f use Minify\Test namespace for tests 2017-12-22 17:58:01 +02:00
Steve Clay
4710509c68 Large restructuring
Moves all dependency building into App
bootstrap.php returns an App instance
The app loads config files as necessary
Moves logging to Monolog
Moves HTTP digest auth to packagist component
Rely on sys_get_temp_dir
Env hosts $_POST and allows defaults when reading
HTML helper uses the App and can handle less files
Source factory assumes strings are filenames
Fixes JsClosureCompilerTest::test6 (API now handles ES5 by default)
Exclude JsClosureCompilerTest due to API limitations
config.php can now return a Minify\Config object
Variables set in config.php are now moved to a `Minify\Config` object,
allowing better static analysis.
The `zlib.output_compression` set is moved into `Minify::serve`.
2016-03-10 18:44:23 -05:00
Elan Ruusamäe
316b384b1f closure compiler: handle better when api is limited 2015-11-22 13:56:58 -05:00
Elan Ruusamäe
badb6ce191 fix assertNotContains arguments order 2015-11-22 13:56:58 -05:00
Elan Ruusamäe
6838349e3a port Minify_JS_ClosureCompiler test to phpunit 2015-11-22 13:56:57 -05:00