X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/6a259b96cff47e1fd64cbfd6f3d1e1d8e8b6486c..4cdc0fc88d27843994fb6203eb4e5898f46c2c83:/redakcja/settings/compress.py diff --git a/redakcja/settings/compress.py b/redakcja/settings/compress.py index e4b5b085..5637cee6 100644 --- a/redakcja/settings/compress.py +++ b/redakcja/settings/compress.py @@ -61,7 +61,7 @@ COMPRESS_JS = { }, 'catalogue': { 'source_filenames': ( - 'js/catalogue.js', + 'js/catalogue/catalogue.js', 'js/slugify.js', ), 'output_filename': 'compressed/catalogue_scripts_?.js',