Friday, September 4, 2015

Re: CSS ignored in SuperDev Mode GWT 2.6.1

Hello Thomas,
i link the CSS in the HTML page with  <link rel="stylesheet" type="text/css" href="MyStyle.css"> and in the Control_Panel.gwt.xml with 
 <stylesheet src="../Controlli.css" />

2015-09-04 12:37 GMT+02:00 Thomas Broyer <t.broyer@gmail.com>:


On Friday, September 4, 2015 at 11:54:36 AM UTC+2, Davide Micheletti wrote:
Hi all,
i just upgraded my GWT apps from 2.5.1 to 2.6.1 and i start the SuperDev Mode.
It compile everything right but when i launch the app my CSS file is ignored.
Here the Warn
[WARN] ignored get request: /MyStyle.css

The strange thing is that not all the css is ignored but only the css that overwrite the default widgets css.

What can i do?

As I see it, the problem is that the request goes to the CodeServer rather than your web server (DevMode?)
How do you launch the app (which URL), and what URL reference is used to link to the MyStyle.css (and by which mean is it loaded) ?

--
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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

--
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 http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment