diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-05 13:31:42 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-05 14:50:21 -0400 |
| commit | 336f55fbce7ff85a047095d658d0aff3a15e24e0 (patch) | |
| tree | 329f5b81c734cb5827cd5812d39c453977909ee6 /Makefile | |
| parent | e54efdd9806a1af8b9434baf7d6c966dd19ff14b (diff) | |
| download | python-coveragepy-git-336f55fbce7ff85a047095d658d0aff3a15e24e0.tar.gz | |
Switch to python-based sass compiler
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
