Friday, December 21, 2012

Re: if change css, need restart the server?

Sometimes two refreshes will pick up CSS changes for me. But a word of advice, convert your CSS to use ClientBundle, that way it GWT will make it available on compile, so just a simple refresh will fix it.

There are many tutorials on how to use ClientBundle properly.

On Friday, December 21, 2012 3:30:15 AM UTC-6, 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/-/4LJ9z-C0iJAJ.
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