X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/6e28d2a2680de3290eaed5e90cc128d33fe27046..fa23cacee5bff483ef289cd2cf70d6f0cba3dd51:/prawokultury/settings.d/50-static.py diff --git a/prawokultury/settings.d/50-static.py b/prawokultury/settings.d/50-static.py index be0cd15..c5986ae 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 = 'fnpdjango.utils.pipeline_storage.GzipPipelineCachedStorage' +STATICFILES_STORAGE = 'fnpdjango.pipeline_storage.GzipPipelineCachedStorage' PIPELINE_CSS_COMPRESSOR = None PIPELINE_JS_COMPRESSOR = None PIPELINE_CSS = { @@ -37,6 +37,7 @@ PIPELINE_JS = { 'base': { 'source_filenames': ( 'js/promobox.js', + 'js/workshop_form.js', 'contrib/lightbox/js/lightbox.min.js', ), 'output_filename': 'compressed/base.js',