mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-02 16:56:59 +00:00

- Run optipng on all our images. This has very little effect on most of them (as they're all so small anyway), but has resulted in a 50% reduction in some cases. - Run Proguard on our shadowed dependencies (Cobalt). - Minify our JSON files, stripping all whitespace. This is mostly useful for FML's annotation cache, as that's a massive file, but still a semi-useful optimisation to make. This has helped reduce the jar by about 110kb, which isn't much but still feels somewhat worth it.