From: Radek Czajka Date: Thu, 7 Jul 2022 13:14:43 +0000 (+0200) Subject: Change compiler lib. X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/35c2cc82e299b9ed2c427d8ee7ae072deddcef6d Change compiler lib. --- 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