From 680cb77ea39452120116aafe2ade3b724a9732e2 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 22 Apr 2014 11:04:17 +0200 Subject: [PATCH] Update django-pipeline. --- prawokultury/settings.d/50-static.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prawokultury/settings.d/50-static.py b/prawokultury/settings.d/50-static.py index 96abe58..031658c 100644 --- a/prawokultury/settings.d/50-static.py +++ b/prawokultury/settings.d/50-static.py @@ -9,7 +9,7 @@ STATICFILES_FINDERS = ( # 'django.contrib.staticfiles.finders.DefaultStorageFinder', ) -STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage' +STATICFILES_STORAGE = 'fnpdjango.pipeline_storage.GzipPipelineCachedStorage' PIPELINE_CSS_COMPRESSOR = None PIPELINE_JS_COMPRESSOR = None PIPELINE_CSS = { diff --git a/requirements.txt b/requirements.txt index 5e71c9f..5956065 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ textile django-markupfield>=1.2,<1.3 django-gravatar2 django-comments-xtd>=1.2,<1.3 -django-pipeline>=1.2,<1.3 +django-pipeline>=1.3.23,<1.4 #pyScss #git+git://github.com/Kronuz/pyScss.git@d8f4da23a3c87696a75b3830ed4ab49b75550a93#egg=pyScss -- 2.20.1