From fed57a629b0a5a2c9d52d621bc0f03d258ed3c09 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Fri, 3 Feb 2017 00:03:00 +0000 Subject: [PATCH] Added updating of static web assets to the release script. - Legacy-Id: 12784 --- bin/mkrelease | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/mkrelease b/bin/mkrelease index d51db1b74..3bc376cd1 100755 --- a/bin/mkrelease +++ b/bin/mkrelease @@ -170,6 +170,10 @@ DEV="$(printf %d.%d.%d.dev0 $MAJOR $MINOR $NEXT)" #cd $DIR ?? +note "Updating bower assets ..." +$do ietf/manage.py bower_install +$do svn commit ietf/externals/static -m "Updated bower-managed static web assets" + note "Collecting static files ..." $do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*' | grep -v "Found another file with the destination path" $do svn commit static/lib/ -m "Updated static files under static/lib/"