Mercurial > piecrust2
diff garcon/documentation.py @ 645:3060a6f26330
cm: Update the node modules before building the documentation.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 14 Feb 2016 23:58:23 -0800 |
parents | 79aefe82c6b6 |
children | be67fb6add5f |
line wrap: on
line diff
--- a/garcon/documentation.py Sun Feb 14 23:28:51 2016 -0800 +++ b/garcon/documentation.py Sun Feb 14 23:58:23 2016 -0800 @@ -11,6 +11,9 @@ print("Updating virtual environment") run("pip install -r requirements.txt --upgrade") + print("Update node modules") + run("npm install") + print("Update Bower packages") run("bower update")