Mercurial > piecrust2
comparison 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 |
comparison
equal
deleted
inserted
replaced
644:afd100ab86d0 | 645:3060a6f26330 |
---|---|
8 if not tmp_dir: | 8 if not tmp_dir: |
9 tmp_dir = '_docs-counter' | 9 tmp_dir = '_docs-counter' |
10 | 10 |
11 print("Updating virtual environment") | 11 print("Updating virtual environment") |
12 run("pip install -r requirements.txt --upgrade") | 12 run("pip install -r requirements.txt --upgrade") |
13 | |
14 print("Update node modules") | |
15 run("npm install") | |
13 | 16 |
14 print("Update Bower packages") | 17 print("Update Bower packages") |
15 run("bower update") | 18 run("bower update") |
16 | 19 |
17 print("Generate PieCrust version") | 20 print("Generate PieCrust version") |