Skip to content

Commit

Permalink
Drop labextension3 folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 27, 2020
1 parent 0dcb73f commit f302141
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/labextension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
]
}
},
"outputDir": "../../mamba_gator/labextension3"
"outputDir": "../../mamba_gator/labextension"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@
exec(version.read())

classic_folder = "mamba_gator/navigator"
lab_folder = "mamba_gator/labextension"
lab_path = "mamba_gator/labextension3"
lab_path = "mamba_gator/labextension"
labextension_path = os.path.join(HERE, "packages", "labextension")

if not os.path.exists(lab_folder):
os.mkdir(lab_folder)

# Representative files that should exist after a successful build
jstargets = [
os.path.join(labextension_path, "lib", "index.js"),
Expand Down

0 comments on commit f302141

Please sign in to comment.