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.
|
# here so that urls.py can read it.
|
||||||
PIPELINE = not DEBUG
|
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
|
# You will need to run ./tools/update-prod-static after changing
|
||||||
# changing static files.
|
# static files.
|
||||||
|
|
||||||
PIPELINE_CSS = {
|
PIPELINE_CSS = {
|
||||||
'activity': {
|
'activity': {
|
||||||
|
|
Loading…
Reference in New Issue