forked from 0x2620/pandora
silence oxjs build
This commit is contained in:
parent
c5809545e6
commit
de4540426c
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,8 @@ def reloader_thread():
|
||||||
def update_static():
|
def update_static():
|
||||||
oxjs_build = os.path.join(settings.STATIC_ROOT, 'oxjs/tools/build/build.py')
|
oxjs_build = os.path.join(settings.STATIC_ROOT, 'oxjs/tools/build/build.py')
|
||||||
if os.path.exists(oxjs_build):
|
if os.path.exists(oxjs_build):
|
||||||
os.system(oxjs_build)
|
print 'update oxjs'
|
||||||
|
os.system('%s >/dev/null' % oxjs_build)
|
||||||
|
|
||||||
data = ''
|
data = ''
|
||||||
js = []
|
js = []
|
||||||
|
|
Loading…
Reference in a new issue