marat-gainullin / platypus-js

Apache License 2.0
9 stars 9 forks source link

JavaScript DEVMODE - DEBUG #68

Closed Level0r0s closed 8 years ago

Level0r0s commented 8 years ago

It is possible to disable script compression ?

jskonst commented 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

marat-gainullin commented 8 years ago

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.

Level0r0s commented 8 years ago

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

marat-gainullin commented 8 years ago

Look at line 53 of .../web-client/src/platypus/build.xml

Level0r0s commented 8 years ago

tanks marat-gainullin line 4 , original:

change:

line 46 exists

this should solve

marat-gainullin commented 8 years ago

Yeah. May be you don't nedd DETAILED. In most cases, PRETTY is enough.