mirror of https://github.com/zulip/zulip.git
Add note that DEBUG must be off for cache-busting
(imported from commit 2f14af77fcf95835f7f31b15048f417e8a5682a4)
This commit is contained in:
parent
04f1b1da66
commit
fcb39a262c
|
@ -238,10 +238,11 @@ STATIC_HEADER_FILE = 'zephyr/static_header.txt'
|
|||
# here so that urls.py can read it.
|
||||
PIPELINE = not DEBUG
|
||||
|
||||
# To use minified files in dev, set PIPELINE = True.
|
||||
# To use minified files in dev, set PIPELINE = True. For the full
|
||||
# cache-busting behavior, you must also set DEBUG = False.
|
||||
#
|
||||
# You will need to run ./tools/update-prod-static after
|
||||
# changing static files.
|
||||
# You will need to run ./tools/update-prod-static after changing
|
||||
# static files.
|
||||
|
||||
PIPELINE_CSS = {
|
||||
'activity': {
|
||||
|
|
Loading…
Reference in New Issue