changeset 648:1696f0a41cfc

cm: Update npm modules and bower packages before making a release.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 16 Feb 2016 22:16:31 -0800
parents be67fb6add5f
children e6d9eed35c8e
files garcon/pypi.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/garcon/pypi.py	Mon Feb 15 22:09:55 2016 -0800
+++ b/garcon/pypi.py	Tue Feb 16 22:16:31 2016 -0800
@@ -7,6 +7,11 @@
         raise Exception("You must specify a version!")
 
     # FoodTruck assets.
+    print("Update node modules")
+    run("npm install")
+    print("Install Bower components")
+    run("bower install")
+    print("Generating FoodTruck assets")
     run("gulp")
 
     # CHANGELOG.rst