##// END OF EJS Templates
Fix bootstrap location in package_data
Thomas Kluyver -
Show More
@@ -146,7 +146,7 b' def find_package_data():'
146 # (there are lots of resources we bundle for sdist-reasons that we don't actually use)
146 # (there are lots of resources we bundle for sdist-reasons that we don't actually use)
147 static_data.extend([
147 static_data.extend([
148 pjoin(components, "backbone", "backbone-min.js"),
148 pjoin(components, "backbone", "backbone-min.js"),
149 pjoin(components, "bootstrap", "bootstrap", "js", "bootstrap.min.js"),
149 pjoin(components, "bootstrap", "js", "bootstrap.min.js"),
150 pjoin(components, "bootstrap-tour", "build", "css", "bootstrap-tour.min.css"),
150 pjoin(components, "bootstrap-tour", "build", "css", "bootstrap-tour.min.css"),
151 pjoin(components, "bootstrap-tour", "build", "js", "bootstrap-tour.min.js"),
151 pjoin(components, "bootstrap-tour", "build", "js", "bootstrap-tour.min.js"),
152 pjoin(components, "font-awesome", "font", "*.*"),
152 pjoin(components, "font-awesome", "font", "*.*"),
General Comments 0
You need to be logged in to leave comments. Login now