mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
commit
46a887f6e0
@ -3,7 +3,7 @@
|
|||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"backbone": "components/backbone#~1.2",
|
"backbone": "components/backbone#~1.2",
|
||||||
"bootstrap": "components/bootstrap#~3.3",
|
"bootstrap": "bootstrap#~3.4",
|
||||||
"bootstrap-tour": "0.9.0",
|
"bootstrap-tour": "0.9.0",
|
||||||
"codemirror": "components/codemirror#~5.37",
|
"codemirror": "components/codemirror#~5.37",
|
||||||
"es6-promise": "~1.0",
|
"es6-promise": "~1.0",
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
jquery: 'components/jquery/jquery.min',
|
jquery: 'components/jquery/jquery.min',
|
||||||
json: 'components/requirejs-plugins/src/json',
|
json: 'components/requirejs-plugins/src/json',
|
||||||
text: 'components/requirejs-text/text',
|
text: 'components/requirejs-text/text',
|
||||||
bootstrap: 'components/bootstrap/js/bootstrap.min',
|
bootstrap: 'components/bootstrap/dist/js/bootstrap.min',
|
||||||
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
|
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
|
||||||
'jquery-ui': 'components/jquery-ui/jquery-ui.min',
|
'jquery-ui': 'components/jquery-ui/jquery-ui.min',
|
||||||
moment: 'components/moment/min/moment-with-locales',
|
moment: 'components/moment/min/moment-with-locales',
|
||||||
|
@ -133,7 +133,7 @@ def find_package_data():
|
|||||||
# (there are lots of resources we bundle for sdist-reasons that we don't actually use)
|
# (there are lots of resources we bundle for sdist-reasons that we don't actually use)
|
||||||
static_data.extend([
|
static_data.extend([
|
||||||
pjoin(components, "backbone", "backbone-min.js"),
|
pjoin(components, "backbone", "backbone-min.js"),
|
||||||
pjoin(components, "bootstrap", "js", "bootstrap.min.js"),
|
pjoin(components, "bootstrap", "dist", "js", "bootstrap.min.js"),
|
||||||
pjoin(components, "bootstrap-tour", "build", "css", "bootstrap-tour.min.css"),
|
pjoin(components, "bootstrap-tour", "build", "css", "bootstrap-tour.min.css"),
|
||||||
pjoin(components, "bootstrap-tour", "build", "js", "bootstrap-tour.min.js"),
|
pjoin(components, "bootstrap-tour", "build", "js", "bootstrap-tour.min.js"),
|
||||||
pjoin(components, "font-awesome", "css", "*.css"),
|
pjoin(components, "font-awesome", "css", "*.css"),
|
||||||
|
@ -19,7 +19,7 @@ var rjs_config = {
|
|||||||
jquery: 'components/jquery/jquery.min',
|
jquery: 'components/jquery/jquery.min',
|
||||||
json: 'components/requirejs-plugins/src/json',
|
json: 'components/requirejs-plugins/src/json',
|
||||||
text: 'components/requirejs-text/text',
|
text: 'components/requirejs-text/text',
|
||||||
bootstrap: 'components/bootstrap/js/bootstrap.min',
|
bootstrap: 'components/bootstrap/dist/js/bootstrap.min',
|
||||||
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
|
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
|
||||||
"jquery-ui": 'components/jquery-ui/jquery-ui.min',
|
"jquery-ui": 'components/jquery-ui/jquery-ui.min',
|
||||||
moment: 'components/moment/min/moment-with-locales',
|
moment: 'components/moment/min/moment-with-locales',
|
||||||
|
Loading…
Reference in New Issue
Block a user