Skip to content

Commit

Permalink
bool would be proud
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Nov 2, 2023
1 parent 2282051 commit 37f747e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset_dashboard/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
COMPRESS_ENABLED = True

# Only use online compression when we are developing locally and debug is on
COMPRESS_OFFLINE = not DEBUG and not DEPLOYMENT_ID
COMPRESS_OFFLINE = not (DEBUG and not DEPLOYMENT_ID)

# Make sure Django compressor can generate static paths
COMPRESS_OFFLINE_CONTEXT = {'static': static}
Expand Down

0 comments on commit 37f747e

Please sign in to comment.