Reputation: 2589
The release notes for GWT 2.5 say that the GWT compiler can optionally use the Closure compiler to provide additional JavaScript optimizations, does anyone know how to turn this optimization on?
Upvotes: 1
Views: 803
Reputation: 13519
The compile option is -XenableClosureCompiler
. But I'm not sure if it already works with 2.5RC1.
Upvotes: 6