Is there any clever way to set the PRETTY or OBFUSCATED javascript
output depending on the browser?

This may seem strange at first, but here's the reason:

1. In Firefox, I get nice stack traces with PRETTY turned on
2. In Safari 4, large GWT apps like mine don't load due to a bug in
their javascript parser
3. In IE and Opera, our GWT app is slow to load and doesn't give stack
traces anyway, so a little boost by using OBFUSCATED would be
preferred

The only method I can think of at the moment is to create separate
modules for each browser, compile each of them separately, and do
browser detection on the server.  However, this seems a bit painful.

Any ideas?



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to