Use bower to handle js vendor dependencies

This commit is contained in:
Isaac Bythewood
2016-02-04 01:28:39 +00:00
parent 50ad4c6a89
commit 51c6e58fc5
21 changed files with 25 additions and 22931 deletions

View File

@@ -21,6 +21,8 @@ virtual environment. What you need initially:
* pip
* Pillow build dependencies or the most recent version installed on your OS and
use ``virtualenv --system-site-packages`` when initiating virtualenv.
* Node
* Bower
After you have all of the above you can skip to Testing and make sure it all
works.