mirror of
https://github.com/mrclay/minify.git
synced 2025-05-31 07:51:02 +02:00
Since a few days, the js minification was complaining about a redirection limit in the closure-compiler call. This was generating an error each time I have tried to use this tool. After a bit of investigation I have found out that it was missing some parameters that are now mandatory. Plus, it now works in https only.