File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,11 +171,13 @@ DEV="$(printf %d.%d.%d.dev0 $MAJOR $MINOR $NEXT)"
171171# cd $DIR ??
172172
173173note " Updating bower assets ..."
174- $do ietf/manage.py bower_install
174+ $do ietf/manage.py bower_install > /dev/null
175+ $do svn st ietf/externals/static | grep -v ' ^\?'
175176$do svn commit ietf/externals/static -m " Updated bower-managed static web assets"
176177# Get rid of bower-installed files which we don't use:
177- $do rm $( svn st ietf/externals/ | grep ' ^\?' | awk ' {print $2}' ) || true
178178$do rm -rf ietf/externals/static/datatracker/
179+ $do rm $( svn st ietf/externals/ | grep ' ^\?' | awk ' {print $2}' )
180+
179181
180182note " Collecting static files ..."
181183$do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore=' README.*' | grep -v " Found another file with the destination path"
You can’t perform that action at this time.
0 commit comments