diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 20:20:22 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 20:20:22 +0200 |
commit | 39809a499a3a62cf19d9f37a2b63bf8e725db601 (patch) | |
tree | 4c92572f28b68497d44851f19524b8dd676d908d | |
parent | abe33bfc2e1d244c509ca1b36dd310b6016aa334 (diff) | |
download | mutti-web-39809a499a3a62cf19d9f37a2b63bf8e725db601.tar.gz mutti-web-39809a499a3a62cf19d9f37a2b63bf8e725db601.tar.bz2 mutti-web-39809a499a3a62cf19d9f37a2b63bf8e725db601.zip |
Remove postcss from style.min.css dependency list
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |