dev/pull.php
2019-10-02 20:36:03 +01:00

3 lines
82 B
PHP

<?php
passthru('git pull 2>error.txt && (lessc dev.less > dev.css 2>error.txt)');