From 157e126afe4814c6d1fa4182e6ae4f9ee3300888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 26 Dec 2011 20:04:08 +0100 Subject: [PATCH] Bare-compiling (Code is already wrapped into a closure) --- build.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.php b/build.php index 0b6aa37..5439cc6 100644 --- a/build.php +++ b/build.php @@ -3,7 +3,7 @@ @unlink('file.tar'); @unlink('template.tar'); @unlink('timwolla.wcf.chat.tar'); -#exec('coffee -c file/js/*.coffee'); +exec('coffee -cb file/js/*.coffee'); chdir('file'); exec('tar cvf ../file.tar * --exclude=*.coffee'); chdir('..');