diff --git a/setupbase.py b/setupbase.py index acbdb9dfc..332caf993 100644 --- a/setupbase.py +++ b/setupbase.py @@ -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", "js", "bootstrap-tour.min.js"), pjoin(components, "font-awesome", "font", "*.*"), pjoin(components, "highlight.js", "build", "highlight.pack.js"), pjoin(components, "jquery", "jquery.min.js"),