Show More
@@ -13,9 +13,9 b' Developers of the IPython Notebook will need to install the following tools:' | |||||
13 |
|
13 | |||
14 | We are moving to a model where our JavaScript dependencies are managed using |
|
14 | We are moving to a model where our JavaScript dependencies are managed using | |
15 | [bower](http://bower.io/). These packages are installed in `static/components` |
|
15 | [bower](http://bower.io/). These packages are installed in `static/components` | |
16 | and commited into our git repo. Our dependencies are described in the file |
|
16 | and committed into our git repo. Our dependencies are described in the file | |
17 |
`static/bower.json`. To update our bower packages, run `fab |
|
17 | `static/components/bower.json`. To update our bower packages, run `fab | |
18 | directory. |
|
18 | components` in this directory. | |
19 |
|
19 | |||
20 | Because CodeMirror does not use proper semantic versioning for its GitHub tags, |
|
20 | Because CodeMirror does not use proper semantic versioning for its GitHub tags, | |
21 | we maintain our own fork of CodeMirror that is used with bower. This fork should |
|
21 | we maintain our own fork of CodeMirror that is used with bower. This fork should |
General Comments 0
You need to be logged in to leave comments.
Login now