mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
install bootstrap-tour css
This commit is contained in:
parent
ccae2287d2
commit
07b8b93e96
@ -149,6 +149,7 @@ def find_package_data():
|
||||
static_data.extend([
|
||||
pjoin(components, "backbone", "backbone-min.js"),
|
||||
pjoin(components, "bootstrap", "bootstrap", "js", "bootstrap.min.js"),
|
||||
pjoin(components, "bootstrap-tour", "build", "css", "bootstrap-tour.min.css"),
|
||||
pjoin(components, "bootstrap-tour", "build", "js", "bootstrap-tour.min.js"),
|
||||
pjoin(components, "font-awesome", "font", "*.*"),
|
||||
pjoin(components, "google-caja", "html-css-sanitizer-minified.js"),
|
||||
|
Loading…
Reference in New Issue
Block a user