diff --git a/build.php b/build.php index d8bbded..f10da56 100755 --- a/build.php +++ b/build.php @@ -47,7 +47,7 @@ EOT; 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); echo <<