Przeglądaj źródła

update CSS build script to use stdin piped data to ink renderer

Chris Simpkins 7 lat temu
rodzic
commit
ee3c20167d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tools/scripts/css/css-build.sh

+ 1 - 1
tools/scripts/css/css-build.sh

@@ -17,4 +17,4 @@
 #      $ make css
 
 
-ink --replace="$(git log --pretty=format:'%h' --abbrev-commit -1)" build/web/hack.css.in build/web/hack-subset.css.in
+git log --pretty=format:'%h' --abbrev-commit -1 | ink build/web/hack.css.in build/web/hack-subset.css.in