summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-04 20:20:22 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-04 20:20:22 +0200
commit39809a499a3a62cf19d9f37a2b63bf8e725db601 (patch)
tree4c92572f28b68497d44851f19524b8dd676d908d
parentabe33bfc2e1d244c509ca1b36dd310b6016aa334 (diff)
downloadmutti-web-39809a499a3a62cf19d9f37a2b63bf8e725db601.tar.gz
mutti-web-39809a499a3a62cf19d9f37a2b63bf8e725db601.tar.bz2
mutti-web-39809a499a3a62cf19d9f37a2b63bf8e725db601.zip
Remove postcss from style.min.css dependency list
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: