1
0
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:
Tim Düsterhus 2013-02-02 21:09:02 +01:00
parent 9aa1943741
commit 98fbae9e0d

View File

@ -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
------------------------------ ------------------------------