Thursday, October 27, 2016

Re: How to get ride of gwt theme css

If you don't want to use GWT theme then comment the GWT theme from module.gwt.xml

<!--<inherits name='com.google.gwt.user.theme.standard.Standard'/>--> <!-- <inherits name="com.google.gwt.user.theme.chrome.Chrome"/> --> <!-- <inherits name="com.google.gwt.user.theme.dark.Dark"/> -->

The above 3 default theme will come with GWT application.

Comment this if you don't want to include.
On Wednesday, October 26, 2016 at 5:39:40 AM UTC+5:30, David wrote:
In my current project, I just use GWT compiler. I don't want GWT clean.css file. How do I get ride of clean.css which is always generated?


David

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment