From: Radek Czajka Date: Tue, 7 Sep 2021 07:32:16 +0000 (+0200) Subject: User pipeline's SASS compiler because of issue with BOM. Fixes #4239. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/5489720d4099540b381b9fbc0e727c2fd8e52936 User pipeline's SASS compiler because of issue with BOM. Fixes #4239. --- diff --git a/src/redakcja/settings/__init__.py b/src/redakcja/settings/__init__.py index dca64e5f..9bca2631 100644 --- a/src/redakcja/settings/__init__.py +++ b/src/redakcja/settings/__init__.py @@ -124,7 +124,7 @@ PIPELINE = { 'CSS_COMPRESSOR': None, 'JS_COMPRESSOR': None, 'COMPILERS': ( - 'libsasscompiler.LibSassCompiler', + 'pipeline.compilers.sass.SASSCompiler', ), # CSS and JS files to compress