Re: Closure compiler and GWT 2.8.0

2016-11-02 Thread Etienne Basso
This is also a big issue for me since in my application every Kb matters. Right now this prevent me from migrating to 2.8. Le mercredi 26 octobre 2016 23:21:02 UTC+2, Slava Pankov a écrit : > > Integrated closure compiler was removed in 2.8.0 > So now I'm trying to use external

Re: Closure compiler and GWT 2.8.0

2016-10-27 Thread Thomas Broyer
On Wednesday, October 26, 2016 at 11:21:02 PM UTC+2, Slava Pankov wrote: > > Integrated closure compiler was removed in 2.8.0 > So now I'm trying to use external (post-processing) call to closure > compiler. > SIMPLE mode is working just fine, but gives no improvement over standard > GWT

Closure compiler and GWT 2.8.0

2016-10-26 Thread Slava Pankov
Integrated closure compiler was removed in 2.8.0 So now I'm trying to use external (post-processing) call to closure compiler. SIMPLE mode is working just fine, but gives no improvement over standard GWT compilation at all. ADVANCED mode gives improvement (when GWT compiled in PRETTY mode), but