1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Bare-compiling (Code is already wrapped into a closure)

This commit is contained in:
Tim Düsterhus 2011-12-26 20:04:08 +01:00
parent 05e0393fa6
commit 157e126afe

View File

@ -3,7 +3,7 @@
@unlink('file.tar'); @unlink('file.tar');
@unlink('template.tar'); @unlink('template.tar');
@unlink('timwolla.wcf.chat.tar'); @unlink('timwolla.wcf.chat.tar');
#exec('coffee -c file/js/*.coffee'); exec('coffee -cb file/js/*.coffee');
chdir('file'); chdir('file');
exec('tar cvf ../file.tar * --exclude=*.coffee'); exec('tar cvf ../file.tar * --exclude=*.coffee');
chdir('..'); chdir('..');