You can tell the compiler not to obfuscate the CSS class names in your module's config file.
Add the following to your module.gwt.xml file: <set-configuration-property name="CssResource.style" value="pretty"/> On Jul 20, 2:38 am, "Ionuț G. Stan" <[email protected]> wrote: > How do you guys debug CSS given that class names are obfuscated. I'm > using a CellTable and some rows have up to 4-5 class names. > > Is there a way to @export all these classes in a certain CSS file? I > don't want to explicitly export them all, even with an automated way of > extracting the class names. > > Thanks! > -- > Ionuț G. Stan | http://igstan.ro -- 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.
