Minify::_combineMinify should combine before minifying
For sake of remote ClosureCompiler API use, we should bring back behavior of combining before minifying, maybe except for CSS.
See https://github.com/mrclay/minify/blob/master/min/lib/Minify.php#L490
Fixed in f67da8e359059ca877063411f6efd15cc5f9746a
Joe said: "I assume there are fewer API calls because now I just get the following error: "Minify: Exception in minifier: POST content larger than 200000 bytes""
The branch "issue6" moves Minify::_combineMinify to Minify_Process::process and adds support for minifier classes exposing the maximum bytes they can handle. d87780ecb8872a33bd93ed069431f4aff7d38e01
Let me know if there is anything I can do to help resolve this issue.
I'd forgot about this branch. I think this needs to go in the (eventual) refactoring. It seems just to add to the current mess.