blog

git clone https://git.ce9e.org/blog.git

commit
46e6d80c619c441166c51259c46777a23cafd5c7
parent
003234c9ae10eddfc1f4a4df3aecd8fbb2b1c3c3
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-02-16 07:29
sass: do not generate sourcemaps

Diffstat

M Makefile 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/Makefile b/Makefile

@@ -45,7 +45,7 @@ build/feed.xml: _content/feed.yml _templates/feed.xml build.py
   45    45 	python build.py _templates/feed.xml /dev/null _content/feed.yml > $@
   46    46 
   47    47 build/static/style.css: style/*.scss style/components/*.scss
   48    -1 	npx sass style/style.scss $@
   -1    48 	npx sass --no-source-map style/style.scss $@
   49    49 
   50    50 .PHONY: clean
   51    51 clean: