1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-03-09 13:08:15 +00:00
Jonathan Rehm a27848b351 Add static asset cache busting
Calculates MD5 hash of static assets on server start. These are appended to the file name's when url_for is used, telling browsers to download the latest version of the files, e.g. style.css?q=81cf0ee.

Inspired by https://github.com/ChrisTM/Flask-CacheBust but uses query strings instead of rewriting the path because fonts inside CSS files break when the path is rewritten.
2017-08-13 09:32:29 -07:00
..
2017-08-12 18:59:57 +02:00
2016-04-20 19:25:47 +02:00
2017-08-13 09:32:29 -07:00
2017-07-23 13:35:35 -07:00
2017-03-29 21:43:55 +02:00
2017-07-13 21:28:00 -07:00
2017-03-04 15:37:30 +08:00
2017-08-13 09:32:29 -07:00