Explorar el Código

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

Chris Simpkins hace 7 años
padre
commit
ee3c20167d
Se han modificado 1 ficheros con 1 adiciones y 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
 #      $ 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