Hi all, I'm building Pylons (version 0.9.7) intranet applications (a few actually) and I think I'm having problems with the static file caching system. When I'm developing and demonstrating applications, I often jump between one application and another. These applications have some identically named external stylesheet (*.css) and external JavaScript (*.js) files. Here's the problem I'm seeing; when I go from one application to another it appears to me the proper static files aren't being loaded and I have to perform a CTRL-F5 (Firefox) to force the page to reload the static files. I've read the Pylons docs on how the ETag caching works and I would have thought this would make the static pages reload even though the file names are exactly the same. Am I mistaken about this? If so, is there a way to static files reload automatically if they have changed? Something like adding a "? mtime=<mtime of file>" to the url of the static file name.
Thanks in advance, Doug -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
