Hi, The GWT compiler takes a decision based on the files sizes: if an additional http roundtrip is needed or it's better to inline the images directly in the CSS. In your case, fetch the sprite from the server would possibly take more time than serve it directly from your css file. When your sprite is big enough, it will create a file with it.
Ernesto -- 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/-/h-zdDAIJGYAJ. 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.
