http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-toolkit-doc-1-5&t=FAQ_JavaScriptGibberish
If you prefer not to have GWT obfuscate its output, then you can use
the -style flag on the GWT Compiler. This flag has one of three
possible values:
* OBF (for obfuscated), the default
* PRETTY, which makes the output readable to a human
* DETAILED, which improves on PRETTY with even more detail (such
as very verbose variable names)
If you are curious about what GWT's generated JavaScript is doing,
then you can use -style PRETTY. On the rare occasion where you are
debugging GWT's output, then -style DETAILED might be helpful.
On Tue, Mar 10, 2009 at 3:48 PM, Eva <[email protected]> wrote:
>
> I would like to read the automatic genererated Java Script file. Where
> can I find it? I have read that the Java Script file is compressed, so
> that the code cannot be read. Is there a possibility with Eclipse to
> avoid that compression?
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---