diff --git a/pandora/app/config.py b/pandora/app/config.py index 7f1e83d3..3b2b4727 100644 --- a/pandora/app/config.py +++ b/pandora/app/config.py @@ -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 = []