From: Radek Czajka Date: Mon, 11 Jul 2022 11:45:55 +0000 (+0200) Subject: Switch compiler until an issue with libsasscompiler resolved. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/602fd10d56b91f1f36b40988cf01a45d5cc33033 Switch compiler until an issue with libsasscompiler resolved. --- diff --git a/src/redakcja/settings/__init__.py b/src/redakcja/settings/__init__.py index 93fd5ca4..1325743e 100644 --- a/src/redakcja/settings/__init__.py +++ b/src/redakcja/settings/__init__.py @@ -133,7 +133,7 @@ PIPELINE = { 'CSS_COMPRESSOR': None, 'JS_COMPRESSOR': None, 'COMPILERS': ( - 'libsasscompiler.LibSassCompiler', + 'pipeline.compilers.sass.SASSCompiler', ), # CSS and JS files to compress