mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Remove building CSS
This commit is contained in:
parent
9aa1943741
commit
98fbae9e0d
@ -48,17 +48,6 @@
|
|||||||
}
|
}
|
||||||
echo <<<EOT
|
echo <<<EOT
|
||||||
|
|
||||||
Building CSS
|
|
||||||
------------
|
|
||||||
|
|
||||||
EOT;
|
|
||||||
foreach (glob('file/style/*.scss') as $sassFile) {
|
|
||||||
echo $sassFile."\n";
|
|
||||||
passthru('scss '.escapeshellarg($sassFile).' '.escapeshellarg(substr($sassFile, 0, -4).'css'), $code);
|
|
||||||
if ($code != 0) exit($code);
|
|
||||||
}
|
|
||||||
echo <<<EOT
|
|
||||||
|
|
||||||
Checking PHP for Syntax Errors
|
Checking PHP for Syntax Errors
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user