correct instructions for updating components

This commit is contained in:
Paul Ivanov 2014-02-28 19:59:54 -08:00
parent 31804fa3cb
commit 431c4dfeb6

View File

@ -14,8 +14,8 @@ Developers of the IPython Notebook will need to install the following tools:
We are moving to a model where our JavaScript dependencies are managed using
[bower](http://bower.io/). These packages are installed in `static/components`
and committed into our git repo. Our dependencies are described in the file
`static/components/bower.json`. To update our bower packages, run `fab
components` in this directory.
`static/components/bower.json`. To update our bower packages, run `fab update`
in this directory.
Because CodeMirror does not use proper semantic versioning for its GitHub tags,
we maintain our own fork of CodeMirror that is used with bower. This fork should