I have made changes to one of my CSS files, however after deploying my
application the changes to the CSS are not being reflected in the live
CSS. If I go to the explicit version number of the app I.e.
1.myappid.appspot.com the changes to the CSS are apparent.
Is this a server caching issue that will sort itself out or do I need
to do something to "fix" this?
Thanks
Hey
Thanks
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to
google-appengi...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.
Not if edgecache locked on to it. If it is local then yes.
Also consider installing Fiddler 2 on your system, it helps make sure you are always looking at live versions, and will tell you what cache headers are being sent. It will also tell you of 301’s 302’s and the latency and through put of your requests.
From: google-a...@googlegroups.com [mailto:google-a...@googlegroups.com] On Behalf Of Rohan Chandiramani
Sent: Friday, December 02, 2011 2:52 AM
To: google-a...@googlegroups.com
Subject: [google-appengine] Re: CSS file not updating when deploying app
I think Ctrl-F5 solves this.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/pP0B0lBQKWgJ.
I have set the expiration of css files to 7 days in my appengine-
web.xml, I'm sure this hasn't caused an issue before when updating CSS
files though.
Would it be worth reducing this or am I just going to have to wait 7
days before app engine "updates" the CSS to the new version I
deployed?
Thanks
On Dec 2, 10:57 am, "Brandon Wirtz" <drak...@digerat.com> wrote:
> Not if edgecache locked on to it. If it is local then yes.
>
> Also consider installing Fiddler 2 on your system, it helps make sure you
> are always looking at live versions, and will tell you what cache headers
> are being sent. It will also tell you of 301's 302's and the latency and
> through put of your requests.
>
> From: google-a...@googlegroups.com
> [mailto:google-a...@googlegroups.com] On Behalf Of Rohan Chandiramani
> Sent: Friday, December 02, 2011 2:52 AM
> To: google-a...@googlegroups.com
> Subject: [google-appengine] Re: CSS file not updating when deploying app
>
> I think Ctrl-F5 solves this.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visithttps://groups.google.com/d/msg/google-appengine/-/pP0B0lBQKWgJ.
Query strings for cache busting hard coded in the HTML will bust caching for
users later as well.
-----Original Message-----
From: google-a...@googlegroups.com
[mailto:google-a...@googlegroups.com] On Behalf Of JH
Sent: Friday, December 02, 2011 6:00 AM
To: Google App Engine
Subject: [google-appengine] Re: CSS file not updating when deploying app
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.