commit
50d3e6aff2
2
setup.py
2
setup.py
|
@ -120,7 +120,7 @@ class BuildStatic(Command):
|
||||||
log.info("running [gulp package]")
|
log.info("running [gulp package]")
|
||||||
check_output([os.path.join(ROOT, 'node_modules', '.bin', 'gulp'), 'package'], cwd=ROOT)
|
check_output([os.path.join(ROOT, 'node_modules', '.bin', 'gulp'), 'package'], cwd=ROOT)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
log.warning("Unable to build static content")
|
log.warn("Unable to build static content")
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='lemur',
|
name='lemur',
|
||||||
|
|
Loading…
Reference in New Issue