Add note that DEBUG must be off for cache-busting

(imported from commit 2f14af77fcf95835f7f31b15048f417e8a5682a4)
This commit is contained in:
Scott Feeney 2013-06-24 10:45:57 -04:00
parent 04f1b1da66
commit fcb39a262c
1 changed files with 4 additions and 3 deletions

View File

@ -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': {