Skip to content

Commit

Permalink
Remove manifeststorage for live
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Jan 31, 2025
1 parent b89e9ec commit cb0f962
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions twfy_votes/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,6 @@
("bootstrap", BASE_DIR / "vendor" / "bootstrap" / "js"),
]


# only want to do this for live really
if not DEBUG: # pragma: no cover
STATICFILES_STORAGE = (
"django.contrib.staticfiles.storage.ManifestStaticFilesStorage"
)

COMPRESS_PRECOMPILERS = (("text/x-scss", "django_libsass.SassCompiler"),)
COMPRESS_CSS_HASHING_METHOD = "content"

Expand Down

0 comments on commit cb0f962

Please sign in to comment.