Hi, I'm currently searching around the web to found out how to tell UIBinder not to perform obfuscation (at-all) on css class. I've read codes samples in which it is tell to put inside the .gwt.xml the property CssResource.obfuscationPrefix to empty. But the css class name doesn't have any links with original name. I've tried to combined with the CssResource.style to pretty but the css class are still prefixed with the package name in which the css resources are located.
Prefixing each class with @external in css is some kind of solution, but doing it for all class in all css I want to test is not a real solution. So, my question is : Is there any options for telling UIBinder not to obfuscate css class ? (like a "global" @external) Thanks in advance -- 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.
