dragome/dragome-sdk

yuicompressor minify support

Opened this issue · 0 comments

Dragome current support wro4j minifier in standalone compiler. It will be great to support others by just choosing which and its options.

I did some comparison of both minifier with libgdx test project. All sizes is with Proguard remove code on:
No minify: 3.58 MB
wro4j minifier: 3.04 MB
yuicompressor: 2.77 MB

both used default options.

Will be interesting to see how much will reduce combining yuicompressor and proguard obfuscate (when its implemented). #124