Closed Level0r0s closed 8 years ago
Good day, we are preparing instructions on launching gwt in super-dev-mode and debugging sources. In nearest release of nightly build scripts compression will be turned off
Super dev mode will offer full java source maps within browser's debugger. Script compression will be turned off at all in nightly builds, regardless of using super dev mode.
GWT Compiler Options IN https://gist.github.com/Abdennebi/2828230 -style Script output style: OBF[USCATED], PRETTY, or DETAILED (defaults to OBF) I do not know how to use this option. I found the .jar GWT in Platypus packages
Look at line 53 of .../web-client/src/platypus/build.xml
tanks marat-gainullin line 4 , original:
change:
line 46 exists
this should solve
Yeah. May be you don't nedd DETAILED. In most cases, PRETTY is enough.
It is possible to disable script compression ?