I saw something similar in Chrome (didn't test other browsers). The response for the css was empty (in developer tools) but not when going directly to the URL. I cleared Chrome cache, ctrl-f5, ... I ended up doing the deployment twice every time (the css was empty on the first deploy and correct on the second). Every time again.
The issue was gone after I increased the version number of my app. On Tue, Jan 3, 2012 at 10:33 PM, Ikai Lan (Google) <[email protected]>wrote: > Try shift-refresh. > > If not, use Chrome's Developer Tools to see if the stylesheet is being > loaded correctly. I suspect a cache issue. Click "Resources" to see if you > are correctly downloading the stylesheet: > > http://code.google.com/chrome/devtools/docs/timeline.html > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > plus.ikailan.com | twitter.com/ikai > > > > On Tue, Jan 3, 2012 at 11:12 AM, Raffaele Magliocco <[email protected]>wrote: > >> Just trying to deploy a simple test app. Testing locally it works in >> IE, FF, and Chrome. But when deployed, my stylesheet is only being >> applied in IE and FF. Anyone seen something like this. I've looked on >> the forums but didn't find any help. No errors in the log either. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" 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-appengine?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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-appengine?hl=en. > -- Pieter Coucke Onthoo BVBA <http://www.onthoo.com/> - zamtam.com <http://www.zamtam.com/> <http://www.zamtam.co.uk/> -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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-appengine?hl=en.
