I'm probably missing something, but how is this different than using the "CssResource.style" property in your module's XML and setting the value to "pretty"? Doing that results in disabling the class name obfuscation.
You can also use the @External annotation on individual css classes to do the same if you don't want everything in a CssResource being unobfuscated. On Nov 28, 5:06 am, sinelaw <[email protected]> wrote: > I've created a patch for CssResources to not change CSS class names at > all. > > Details + motivation are given in the issue > here:http://code.google.com/p/google-web-toolkit/issues/detail?id=5659 > > Also, see at least one case where a developer (other than me) needed > such a feature: > > http://code.google.com/p/google-web-toolkit/issues/detail?id=5659&can... > > Comments welcome, > Noam Lewis > EntireOne Inc. -- 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.
