summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-26 18:32:07 +0100
committerVolpeon <git@volpeon.ink>2021-11-26 18:32:07 +0100
commitea091a2a45b77201560fa2e17b8adb00956eddaa (patch)
treeb4d631c5131ac9f26aa874d2945bc8f3da56640e /Makefile
parentUpdate (diff)
downloadvolpeon.ink-ea091a2a45b77201560fa2e17b8adb00956eddaa.tar.gz
volpeon.ink-ea091a2a45b77201560fa2e17b8adb00956eddaa.tar.bz2
volpeon.ink-ea091a2a45b77201560fa2e17b8adb00956eddaa.zip
Update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55ec938..8846a3e 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ out/%.woff2: assets/fonts/%.ttf assets/fonts/glyphs.txt | out
123out/%.css: assets/css/%.scss $(CSS_SRC) | out 123out/%.css: assets/css/%.scss $(CSS_SRC) | out
124 $(info [SCSS] $< -> $@) 124 $(info [SCSS] $< -> $@)
125 125
126 sassc -t compressed "$<" | ./node_modules/.bin/postcss --use postcss-csso autoprefixer --no-map > "$@" 126 sass "$<" | ./node_modules/.bin/postcss --use postcss-csso autoprefixer --no-map > "$@"
127 127
128.cache/meta: | .cache 128.cache/meta: | .cache
129 mkdir -p .cache/meta 129 mkdir -p .cache/meta