Friday, December 21, 2012

Re: if change css, need restart the server?

It could be something with your setup.

Using normal GWT dev mode with firefox, I can change my compiled GWT .css (css resource), hit F5 in the browser, and I see the css changes right away. If you are using css in your WAR folder, your browser may be caching it. Try hit shift+f5

On Friday, December 21, 2012 11:30:15 AM UTC+2, tong123123 wrote:
my css is placed in structure like
public
   my.css
client
   xxx.java
shared
  xyz.java
server
  zzz.java

I try to modify the css and then close the development mode and restart it, but the css effect is still not seen. Everytime I change css, I need restart server, is this a easier way to modify css and see the effect without restart the server?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/djnExZ_T8pkJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment