Skip to content

Commit 0cd241b

Browse files
committed
add bower.json from ipython-components
`bower install` in package repo fetches components
1 parent 5f472d7 commit 0cd241b

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "jupyter_notebook/static/components"
3+
}

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ dist
44
_build
55
docs/man/*.gz
66
docs/source/api/generated
7-
docs/source/config/options
8-
docs/source/interactive/magics-generated.txt
97
docs/gh-pages
10-
jupyter_notebook/notebook/static/mathjax
8+
jupyter_notebook/static/components
119
jupyter_notebook/static/style/*.map
1210
*.py[co]
1311
__pycache__

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
include COPYING.md
22
include CONTRIBUTING.md
33
include README.md
4+
include bower.json
5+
include .bowerrc
46

57
# Documentation
68
graft docs

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "jupyter-notebook-deps",
3+
"version": "0.0.1",
4+
"dependencies": {
5+
"backbone": "components/backbone#~1.1",
6+
"bootstrap": "components/bootstrap#~3.3",
7+
"bootstrap-tour": "0.9.0",
8+
"codemirror": ">=4.11",
9+
"es6-promise": "~1.0",
10+
"font-awesome": "components/font-awesome#~4.2.0",
11+
"google-caja": "5669",
12+
"jquery": "components/jquery#~2.0",
13+
"jquery-ui": "components/jqueryui#~1.10",
14+
"marked": "~0.3",
15+
"moment": "~2.8.4",
16+
"requirejs": "~2.1",
17+
"term.js": "chjj/term.js#~0.0.4",
18+
"text-encoding": "~0.1",
19+
"underscore": "components/underscore#~1.5"
20+
}
21+
}

0 commit comments

Comments
 (0)