summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-08-23 11:23:41 +0200
committerVolpeon <git@volpeon.ink>2022-08-23 11:23:41 +0200
commit1cc378677ffc697de4027148b1454d0d7df54d65 (patch)
treea52f3204e71b5c0cef6f21e36364a0c7e70e1a83 /Makefile
parentUpdate "dragon me" (diff)
downloadvolpeon.ink-1cc378677ffc697de4027148b1454d0d7df54d65.tar.gz
volpeon.ink-1cc378677ffc697de4027148b1454d0d7df54d65.tar.bz2
volpeon.ink-1cc378677ffc697de4027148b1454d0d7df54d65.zip
Optimize CSS output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e389b3..c591aca 100644
--- a/Makefile
+++ b/Makefile
@@ -168,7 +168,7 @@ out/%.woff2: assets/fonts/%.ttf assets/fonts/glyphs.txt | out
168out/%.css: assets/css/%.scss $(CSS_SRC) | out 168out/%.css: assets/css/%.scss $(CSS_SRC) | out
169 $(info [SCSS] $< -> $@) 169 $(info [SCSS] $< -> $@)
170 170
171 sass --load-path=node_modules "$<" | ./node_modules/.bin/postcss --use autoprefixer --no-map -o "$@" 171 sass --load-path=node_modules "$<" | ./node_modules/.bin/postcss --use autoprefixer --use cssnano --no-map -o "$@"
172 172
173out/icons.svg: | out 173out/icons.svg: | out
174 $(info [ICON] $@) 174 $(info [ICON] $@)