GWT 'Pretty' Compiler Output not working?
I have the GWT compiler output popup set to 'Pretty' in my GWT config in IDEA. However, when I view the JavaScript in the browser, it appears to be obfuscated and 'not pretty'.
Does anyone know if this is broken in IDEA 11? I tried adding a "-style PRETTY' GWT Compiler parameter in the setup dialog, and that didn't work either.
Please sign in to leave a comment.
Did you start GWT in Dev mode or in Production mode? This option is used only for GWT compiler so it affects generated html/js files in the output
directory of the artifact which is deployed in Production mode, but it isn't used for Dev mode.
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Thank you for that clarification. I'm guessing that's it.