bower-lite, too

This commit is contained in:
Min RK
2018-02-20 14:47:39 +01:00
parent 8695823165
commit 53396ed454

View File

@@ -18,7 +18,7 @@ import shutil
HERE = os.path.abspath(os.path.dirname(__file__)) HERE = os.path.abspath(os.path.dirname(__file__))
components = join(HERE, "share", "jupyter", "hub", "static", "components") components = join(HERE, "share", "jupyterhub", "static", "components")
node_modules = join(HERE, "node_modules") node_modules = join(HERE, "node_modules")
if os.path.exists(components): if os.path.exists(components):