install bootstrap-tour component

This commit is contained in:
MinRK 2014-02-21 15:53:58 -08:00 committed by Paul Ivanov
parent 95bd36be10
commit 31804fa3cb

View File

@ -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"),