Mercurial > piecrust2
changeset 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 | afd100ab86d0 |
children | 87267392a5c1 |
files | garcon/documentation.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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")