I am using closure compiler to minfiy and concatenate my scripts and I would like to use the ADVANCED_OPTIMIZATIONS
flag to get even more minifying magic out of it. However some of the scripts I have create warnings when I use this flag and do not function. I would like to instead of passing that one flag step through a bunch of smaller options and see which one breaks it and maybe I wont get 100% the size reduction being offered but closer.
Are there any smaller individual flags to pass to google closure compiler options to turn on individual features of the 'ADVANCED_OPTIMIZATIONS'
flag?