summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-07-05 13:31:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-07-05 14:50:21 -0400
commit336f55fbce7ff85a047095d658d0aff3a15e24e0 (patch)
tree329f5b81c734cb5827cd5812d39c453977909ee6 /Makefile
parente54efdd9806a1af8b9434baf7d6c966dd19ff14b (diff)
downloadpython-coveragepy-git-336f55fbce7ff85a047095d658d0aff3a15e24e0.tar.gz
Switch to python-based sass compiler
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb88fd7d..0c65bb52 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ SCSS = coverage/htmlfiles/style.scss
css: $(CSS) ## Compile .scss into .css.
$(CSS): $(SCSS)
- sass --style=compact --sourcemap=none --no-cache $(SCSS) $@
+ pysassc --style=compact $(SCSS) $@
cp $@ tests/gold/html/styled
LINTABLE = coverage tests igor.py setup.py __main__.py