From 8e30c466c2ae70460cee1be8f0aed8f851a52f00 Mon Sep 17 00:00:00 2001 From: Matt Claypotch Date: Wed, 27 Jun 2012 22:29:07 -0700 Subject: [PATCH] added instructions for local offline cache --- mkt/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkt/settings.py b/mkt/settings.py index 796edfdc33..75c5799b39 100644 --- a/mkt/settings.py +++ b/mkt/settings.py @@ -264,3 +264,6 @@ for f in list(asset_bundles.CSS['mkt/consumer']): else: APPCACHE_MEDIA_DEBUG.append(f) APPCACHE_MEDIA_DEBUG.extend(asset_bundles.JS['mkt/consumer']) + +# Are you working locally? place the following line in your settings_local: +# APPCACHE_MEDIA_TO_CACHE = APPCACHE_MEDIA_DEBUG