I have a GWT 1.7 application and I want to upgrade it to GWT 2 Milestone 2. The application uses 2 big external CSS files. In GWT 1.7 I had a public folder and put both the CSS
Try with @NotStrict. Example:
@NotStrict
@NotStrict @Source("com/web/tech/public/stylesheet1.css") public Css stylesheet1();