From 39809a499a3a62cf19d9f37a2b63bf8e725db601 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 4 Jul 2016 20:20:22 +0200 Subject: Remove postcss from style.min.css dependency list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca23e48..8bfe4c6 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ html: $(pages_gen_html) %.html: %.xml $(common_depend) $(V_XSLT) $(xsltproc) --stringparam suffix .html $< | $(to_html) > $@ -style/style.min.css: style/style.css style/font.css node_modules/.bin/postcss +style/style.min.css: style/style.css style/font.css $(V_CSS) node_modules/.bin/postcss -u postcss-import -u postcss-css-variables style/style.css | node_modules/.bin/cleancss > style/style.min.css clean: -- cgit