Explorar o código

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

Chris Simpkins %!s(int64=8) %!d(string=hai) anos
pai
achega
ee3c20167d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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