Are you absolutly sure its appengine caching them? It might be your browser cache, or an intermediate cache (proxy)
You should just arrange for the urls of the files to change (append a version number for example) - this way you guarantee to defeat any and all caches. On Sat, Jul 16, 2011 at 11:46 PM, Tapir <[email protected]> wrote: > Not for the first time, my static files are not updated when I made a > new deploy, even if I changed the version number. > > Is there a delay for the CDN to upload the static files? But the delay > is so long, it is for hours. > The problem is very fatal. Without the correct css and js files, my > website doesn't work. > > -- > 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.
