On Jan 7, 3:35 am, Arkady <arka...@gmail.com> wrote:
> Hello,
>
> I am having the following problem with ClientBundle. Since I am using
> external web server (IIS), each time I add new image resources to the
> ClientBundle, I recompile using ant build target and copy all
> generated <md5>.cache.png files to the web server. After I added
> several image resources with repeatStyle == Horizontal, which are used
> in the @sprite definitions inside the css file, when I run the app in
> the development mode I don't see the background images because the
> composite <md5>.cache.png image, corresponding to those background
> images, fails to load returning error 404. If I copy to the web server
> the <md5>.cache.html files as well and run the application directly
> from the web server (production mode) everything works fine. I suspect
> that the <md5> name for the composite image generated by the gwtc is
> different from the name that the development mode puts in the injected
> css.
>
> Is this a known issue with development mode in GWT 2.0?

You can also just use any browser other than IE6 or IE7, as they
support data: URIs so they don't have to load any *.cache.png file ;-)
-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to