From 31804fa3cb2784840abce7ea8b07962cf5af6e37 Mon Sep 17 00:00:00 2001 From: MinRK Date: Fri, 21 Feb 2014 15:53:58 -0800 Subject: [PATCH] install bootstrap-tour component --- setupbase.py | 1 + 1 file changed, 1 insertion(+) 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"),