Hi all, In my application I need to include several gwt modules into a page. They all inherit from the same base module which provides some CssResources. Is it possible to inject the css of these resources only once using it across all included modules? Currently I need to inject the same styles for each module as the obfuscated class names differe from one module to the other. Is there any way to ensure the same class names at different compile times?
Greetings, Tobias -- 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.
