From 602fd10d56b91f1f36b40988cf01a45d5cc33033 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Mon, 11 Jul 2022 13:45:55 +0200 Subject: [PATCH] Switch compiler until an issue with libsasscompiler resolved. --- src/redakcja/settings/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1