How to get ride of gwt theme css

157 views
Skip to first unread message

David

unread,
Oct 25, 2016, 8:09:40 PM10/25/16
to GWT Users
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

Frank

unread,
Oct 26, 2016, 2:38:15 AM10/26/16
to GWT Users
Remove from your .gwt.xml file

Ahamed

unread,
Oct 27, 2016, 7:23:30 AM10/27/16
to GWT Users
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.
Reply all
Reply to author
Forward
0 new messages