mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-22 21:40:08 +00:00
Remove unused code from buildscript
This commit is contained in:
parent
f880427c54
commit
e4452d1032
@ -40,11 +40,6 @@
|
|||||||
passthru('coffee -c '.escapeshellarg($coffeeFile), $code);
|
passthru('coffee -c '.escapeshellarg($coffeeFile), $code);
|
||||||
if ($code != 0) exit($code);
|
if ($code != 0) exit($code);
|
||||||
}
|
}
|
||||||
foreach (glob('file/acp/be.bastelstu.chat.nodePush/lib/*.{litcoffee,coffee}', GLOB_BRACE) as $coffeeFile) {
|
|
||||||
echo $coffeeFile."\n";
|
|
||||||
passthru('coffee -c '.escapeshellarg($coffeeFile), $code);
|
|
||||||
if ($code != 0) exit($code);
|
|
||||||
}
|
|
||||||
echo <<<EOT
|
echo <<<EOT
|
||||||
|
|
||||||
Compressing JavaScript
|
Compressing JavaScript
|
||||||
|
Loading…
Reference in New Issue
Block a user