We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7ac81 commit fed57a6Copy full SHA for fed57a6
1 file changed
bin/mkrelease
@@ -170,6 +170,10 @@ DEV="$(printf %d.%d.%d.dev0 $MAJOR $MINOR $NEXT)"
170
171
#cd $DIR ??
172
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
+
177
note "Collecting static files ..."
178
$do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*' | grep -v "Found another file with the destination path"
179
$do svn commit static/lib/ -m "Updated static files under static/lib/"
0 commit comments