changeset 489:5955eb74b1c2 0.8.0

cm: We now use Gulp to generate web assets.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 01 Nov 2018 22:03:21 -0700
parents 40c778469672
children a2a46d1774f5
files monkeys/release.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/monkeys/release.py	Thu Nov 01 21:34:56 2018 -0700
+++ b/monkeys/release.py	Thu Nov 01 22:03:21 2018 -0700
@@ -10,7 +10,7 @@
     print("Update node modules")
     run("npm install")
     print("Generating Wikked assets")
-    run("grunt")
+    run("gulp")
 
     if not local_only:
         # Tag in Mercurial, which will then be used for PyPi version.