mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2025-04-03 11:14:52 +00:00
Ignore scss-files when taring the files.tar
This commit is contained in:
parent
908847c919
commit
8405a4f31b
@ -47,7 +47,7 @@ Building file.tar
|
|||||||
|
|
||||||
EOT;
|
EOT;
|
||||||
chdir('file');
|
chdir('file');
|
||||||
passthru('tar cvf ../file.tar * --exclude=*.coffee', $code);
|
passthru('tar cvf ../file.tar * --exclude=*.coffee --exclude=*.scss', $code);
|
||||||
if ($code != 0) exit($code);
|
if ($code != 0) exit($code);
|
||||||
echo <<<EOT
|
echo <<<EOT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user