Browse Source

More deterministic compressed CSS files.

pull/114/merge v1.0.3
Pēteris Caune 8 years ago
parent
commit
f99c222ebf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      hc/settings.py

+ 1
- 0
hc/settings.py View File

@ -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


Loading…
Cancel
Save