I have run into this. It may depend on how you start development mode. I use either maven or IntelliJ IDEA; they may have put some extra effort into the Eclipse plugin to make it work there, but I'm not sure.
One workaround that I know of it to use ClientBundle/CssResource. See http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#CssResource. Doing this also has other advantages, such as minification and modularization. -Brian On Fri, Mar 4, 2011 at 9:16 AM, Ben Imp <[email protected]> wrote: > I cannot say I've observed the same behavior. The browser may be > caching your CSS, though. Hit refresh a few times and I'd wager you > will see your changes. > > -Ben > > On Mar 4, 7:40 am, Andrey <[email protected]> wrote: >> When running GWT app in dev mode static web resources such as css- >> files cannot be changed. >> To change a line in css I must stop server, change and run again. >> That's really inconvenient. >> >> Is there any workaround? >> >> Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
