After compiling our gwt project we get one statndard.css file which loads to the client consuming 1 http request.
We also have our application specific style.css file which loads consuming 1 seperate http request.
To reduce the number of http requests, how should i combine them into 1 css file ?
Also, we have many application specific images which loads to the client using 1 http request for 1 image. If i create 1 ImageBundle and put all images into this bundle, how do i get this bundle loaded to the client in just 1 http request at the application start up time ?
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 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