Comment 1 for bug 1534412

Revision history for this message
Robert Bruce Park (robru) wrote :

The problem is that they are cache controlled ;-)

By default flask is doing this:

Cache-Control: public, max-age=43200

Which is too high for excuses files as they change on a roughly half-hour basis, but that cache control field tells your browser to keep the files for 12 hours. I'll drop it down to half an hour and that should pretty much take care of this.