Tuesday, September 14, 2010

Re: compile output without obfuscate css

On Sep 14, 3:29 am, asianCoolz <second.co...@gmail.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment