1
0
mirror of https://github.com/mrclay/minify.git synced 2025-03-12 16:39:38 +01:00

6 Commits

Author SHA1 Message Date
Steve Clay
22fb644834 Merge branch '2.x' 2016-06-27 16:13:50 -04: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
Steve Clay
3a3354aec6 Fix displayed URLs in builder for HTTPS 2015-09-29 16:39:25 -04:00
Steve Clay
5f2c54f636 Builder checks encoding problems with bigger response
Fixes #347
2015-09-29 16:29:21 -04:00
Steve Clay
70c0d4b3bf Builder BM can capture URLs with query strings
Fixes #373
2015-09-29 16:20:30 -04:00
Steve Clay
e596b35fc4 Collapse "min" into project root and get unit tests working.
Fixes #472
2015-09-28 15:39:25 -04:00