From 35c2cc82e299b9ed2c427d8ee7ae072deddcef6d Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 7 Jul 2022 15:14:43 +0200 Subject: [PATCH] Change compiler lib. --- 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 1325743e..93fd5ca4 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': ( - 'pipeline.compilers.sass.SASSCompiler', + 'libsasscompiler.LibSassCompiler', ), # CSS and JS files to compress -- 2.20.1