From 8405a4f31b0e5b3cd6a9d0f1ed9560ca6bc3c1b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 7 Jan 2012 16:31:20 +0100 Subject: [PATCH] Ignore scss-files when taring the files.tar --- build.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <<