This commit is contained in:
James 2020-03-28 10:05:09 +00:00
parent a4aede1c10
commit 38fc31091d
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1,2 +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`/"