X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/29582dfdab2283dbb0557e5b2eb1e21d2f99f642..0540b1d1e3bc54243ea1ecfcd09727809cef054a:/prawokultury/settings.d/50-static.py diff --git a/prawokultury/settings.d/50-static.py b/prawokultury/settings.d/50-static.py index 8f514da..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 = { @@ -27,7 +27,7 @@ PIPELINE_CSS = { 'css/prevnext.scss', 'css/forms.scss', 'events/events.scss', - + 'fnpdjango/annoy/annoy.css', ), 'output_filename': 'compressed/base.css', }, @@ -42,7 +42,8 @@ PIPELINE_JS = { 'base': { 'source_filenames': ( 'js/promobox.js', - + 'shop/shop.js', + 'fnpdjango/annoy/annoy.js', ), 'output_filename': 'compressed/base.js', },