X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/01e3154575d718ae51e55e7ea8d064718e7d0037..28866d0f2520b7515f3c06e9b61bcce4f44d53b1:/src/redakcja/settings/__init__.py diff --git a/src/redakcja/settings/__init__.py b/src/redakcja/settings/__init__.py index 95956d9e..70512cb5 100644 --- a/src/redakcja/settings/__init__.py +++ b/src/redakcja/settings/__init__.py @@ -125,6 +125,8 @@ LEGIMI_BIG_WORDS = 10000 LEGIMI_SMALL_PRICE = 7 LEGIMI_BIG_PRICE = 20 +THUMBNAIL_PRESERVE_FORMAT = True + STATICFILES_FINDERS = ( 'django.contrib.staticfiles.finders.FileSystemFinder', 'django.contrib.staticfiles.finders.AppDirectoriesFinder', @@ -137,19 +139,19 @@ PIPELINE = { 'CSS_COMPRESSOR': None, 'JS_COMPRESSOR': None, 'COMPILERS': ( - 'pipeline.compilers.sass.SASSCompiler', + 'libsasscompiler.LibSassCompiler', ), # CSS and JS files to compress 'STYLESHEETS': { 'detail': { 'source_filenames': ( + 'css/html.scss', 'css/master.css', 'css/toolbar.css', 'css/gallery.css', 'css/history.css', 'css/summary.css', - 'css/html.scss', 'css/imgareaselect-default.css', 'css/dialogs.css',