I have some html files with their own css. I want to use them in a gwt application so i copied the html and the css files in the application.
The problem is when i o
I know it's not very elegant but I found it rather effective to replace the standard.css file in the output files generated by GWT with an empty file.
standard.css
(Maven can take care of that reliably.)