From cb155ffc1fbf8682d1c3e5e102ea1d510f9d215b Mon Sep 17 00:00:00 2001
From: =?utf8?q?Marek=20St=C4=99pniowski?= <marek@stepniowski.com>
Date: Sat, 30 Jan 2010 23:29:24 +0100
Subject: [PATCH] =?utf8?q?Dodanie=20oznaczenia=20wersji=20r=C3=B3wnie?=
 =?utf8?q?=C5=BC=20do=20CSS.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

---
 wolnelektury/settings.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wolnelektury/settings.py b/wolnelektury/settings.py
index 0a3f065e7..6b7d33383 100644
--- a/wolnelektury/settings.py
+++ b/wolnelektury/settings.py
@@ -116,11 +116,11 @@ CACHE_BACKEND = 'locmem:///?max_entries=3000'
 COMPRESS_CSS = {
     'all': {
         'source_filenames': ('css/master.css', 'css/jquery.autocomplete.css', 'css/master.plain.css', 'css/sponsors.css',),
-        'output_filename': 'css/all.min.css',
+        'output_filename': 'css/all.min?.css',
     },
     'book': {
         'source_filenames': ('css/master.book.css',),
-        'output_filename': 'css/book.min.css',
+        'output_filename': 'css/book.min?.css',
     }
 }
 
-- 
2.20.1