Skip to content

Commit fed57a6

Browse files
committed
Added updating of static web assets to the release script.
- Legacy-Id: 12784
1 parent ee7ac81 commit fed57a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bin/mkrelease

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ DEV="$(printf %d.%d.%d.dev0 $MAJOR $MINOR $NEXT)"
170170

171171
#cd $DIR ??
172172

173+
note "Updating bower assets ..."
174+
$do ietf/manage.py bower_install
175+
$do svn commit ietf/externals/static -m "Updated bower-managed static web assets"
176+
173177
note "Collecting static files ..."
174178
$do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*' | grep -v "Found another file with the destination path"
175179
$do svn commit static/lib/ -m "Updated static files under static/lib/"

0 commit comments

Comments
 (0)