silence oxjs build

This commit is contained in:
j 2011-10-29 20:49:18 +02:00
parent c5809545e6
commit de4540426c
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ def reloader_thread():
def update_static():
oxjs_build = os.path.join(settings.STATIC_ROOT, 'oxjs/tools/build/build.py')
if os.path.exists(oxjs_build):
os.system(oxjs_build)
print 'update oxjs'
os.system('%s >/dev/null' % oxjs_build)
data = ''
js = []