From fcb39a262c375e82b6507ec1fa6fafc5ced09cb0 Mon Sep 17 00:00:00 2001 From: Scott Feeney Date: Mon, 24 Jun 2013 10:45:57 -0400 Subject: [PATCH] Add note that DEBUG must be off for cache-busting (imported from commit 2f14af77fcf95835f7f31b15048f417e8a5682a4) --- humbug/settings.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/humbug/settings.py b/humbug/settings.py index 424b9d56b1..a871c06d9c 100644 --- a/humbug/settings.py +++ b/humbug/settings.py @@ -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': {