# HG changeset patch # User Ludovic Chabant # Date 1455523103 28800 # Node ID 3060a6f263308d5bd40436b119489f55a7242716 # Parent afd100ab86d08e47726a29d2e073cbdaa2692013 cm: Update the node modules before building the documentation. diff -r afd100ab86d0 -r 3060a6f26330 garcon/documentation.py --- 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")