From f99c222ebfe4ca4f9203c291cea4efa4fbb7cded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Fri, 28 Apr 2017 10:05:57 +0300 Subject: [PATCH] More deterministic compressed CSS files. --- hc/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hc/settings.py b/hc/settings.py index 8e8fdc7e..94bfae5a 100644 --- a/hc/settings.py +++ b/hc/settings.py @@ -133,6 +133,7 @@ STATICFILES_FINDERS = ( 'compressor.finders.CompressorFinder', ) COMPRESS_OFFLINE = True +COMPRESS_CSS_HASHING_METHOD = "content" # Discord integration -- override these in local_settings DISCORD_CLIENT_ID = None