f
This commit is contained in:
parent
60704fadb2
commit
3460f93d46
2
pull.php
2
pull.php
@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
passthru('git pull 2>error.txt && (lessc dev.less > dev.css 2>error.txt)');
|
passthru('git pull 2>error.txt && (lessc dev.less > dev.css 2>error.txt)');
|
||||||
passthru('sed -i dev.css -e "s#DEVBUILDID#`git rev-parse HEAD`#"');
|
passthru('sed -i dev.css -e "s#DEVBUILDID#`git rev-parse --short HEAD`#"');
|
||||||
|
Loading…
Reference in New Issue
Block a user