This commit is contained in:
James
2020-03-28 10:06:13 +00:00
parent 38fc31091d
commit d367f7d97f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
<?php
passthru('git pull 2>error.txt && (lessc dev.less > dev.css 2>error.txt)');
sed -i dev.css -e "s/DEVBUILDID/`git rev-parse HEAD`/"
passthru('sed -i dev.css -e "s/DEVBUILDID/`git rev-parse HEAD`/"');