summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96a8306..f9d36bc 100644
--- a/Makefile
+++ b/Makefile
@@ -134,7 +134,7 @@ out/%.woff2: assets/fonts/%.ttf assets/fonts/glyphs.txt | out
134out/%.css: assets/css/%.scss $(CSS_SRC) | out 134out/%.css: assets/css/%.scss $(CSS_SRC) | out
135 $(info [SCSS] $< -> $@) 135 $(info [SCSS] $< -> $@)
136 136
137 sass "$<" | ./node_modules/.bin/postcss --use postcss-csso autoprefixer --no-map > "$@" 137 sass --load-path=node_modules "$<" | ./node_modules/.bin/postcss --use autoprefixer --no-map -o "$@"
138 138
139out/%: content/% | out 139out/%: content/% | out
140 $(info [COPY] $< -> $@) 140 $(info [COPY] $< -> $@)