Skip to content

Commit 46a887f

Browse files
authored
Merge pull request #4271 from minrk/bs34
bootstrap 3.4
2 parents 68ec51d + 363d73d commit 46a887f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"dependencies": {
55
"backbone": "components/backbone#~1.2",
6-
"bootstrap": "components/bootstrap#~3.3",
6+
"bootstrap": "bootstrap#~3.4",
77
"bootstrap-tour": "0.9.0",
88
"codemirror": "components/codemirror#~5.37",
99
"es6-promise": "~1.0",

notebook/templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
jquery: 'components/jquery/jquery.min',
3838
json: 'components/requirejs-plugins/src/json',
3939
text: 'components/requirejs-text/text',
40-
bootstrap: 'components/bootstrap/js/bootstrap.min',
40+
bootstrap: 'components/bootstrap/dist/js/bootstrap.min',
4141
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
4242
'jquery-ui': 'components/jquery-ui/jquery-ui.min',
4343
moment: 'components/moment/min/moment-with-locales',

setupbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def find_package_data():
133133
# (there are lots of resources we bundle for sdist-reasons that we don't actually use)
134134
static_data.extend([
135135
pjoin(components, "backbone", "backbone-min.js"),
136-
pjoin(components, "bootstrap", "js", "bootstrap.min.js"),
136+
pjoin(components, "bootstrap", "dist", "js", "bootstrap.min.js"),
137137
pjoin(components, "bootstrap-tour", "build", "css", "bootstrap-tour.min.css"),
138138
pjoin(components, "bootstrap-tour", "build", "js", "bootstrap-tour.min.js"),
139139
pjoin(components, "font-awesome", "css", "*.css"),

tools/build-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var rjs_config = {
1919
jquery: 'components/jquery/jquery.min',
2020
json: 'components/requirejs-plugins/src/json',
2121
text: 'components/requirejs-text/text',
22-
bootstrap: 'components/bootstrap/js/bootstrap.min',
22+
bootstrap: 'components/bootstrap/dist/js/bootstrap.min',
2323
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
2424
"jquery-ui": 'components/jquery-ui/jquery-ui.min',
2525
moment: 'components/moment/min/moment-with-locales',

0 commit comments

Comments
 (0)