fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b9166b6
)
User pipeline's SASS compiler because of issue with BOM. Fixes #4239.
author
Radek Czajka
<rczajka@rczajka.pl>
Tue, 7 Sep 2021 07:32:16 +0000
(09:32 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Tue, 7 Sep 2021 07:32:16 +0000
(09:32 +0200)
src/redakcja/settings/__init__.py
patch
|
blob
|
history
diff --git
a/src/redakcja/settings/__init__.py
b/src/redakcja/settings/__init__.py
index
dca64e5
..
9bca263
100644
(file)
--- 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.LibSass
Compiler',
+ '
pipeline.compilers.sass.SASS
Compiler',
),
# CSS and JS files to compress