On Sep 14, 3:29 am, asianCoolz <[email protected]> wrote: > i know able to use @external on each css to prevent obfuscate of css. > is there any compile flag i can set so that when compile all css will > not be obfuscate?
In your gwt.xml: <set-configuration-property name="CssResource.style" value="pretty" /> See http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#Levers_and_Knobs -- 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.
