Tuesday, January 24, 2012

Re: compiled js files do not work, if compiled "obfuscated", only if compiled "pretty"

Compiling in PRETTY also turns off some of the optimizations, so turn them back up again using -optimize 9 in your args. This will hopefully allow you to reproduce the issue, but still see what the code looks like to find where the error is taking place.

See http://code.google.com/webtoolkit/doc/latest/DevGuideCompilingAndDebugging.html#DevGuideCompilerOptions for the full list of args that are possible.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/qbXEJ49BwTUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment