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

@ -15,7 +15,7 @@ border: 1px solid yellow;
/******/
body::before {
content: 'Development Server <small>(DEVBUILDID)</small>';
content: 'Development Server (DEVBUILDID)';
background: #f00;
padding: 5px 10px;
display: block;

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`/"');