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:
parent
05e0393fa6
commit
157e126afe
@ -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('..');
|
||||||
|
Loading…
Reference in New Issue
Block a user