We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876d4c9 commit 4e2d725Copy full SHA for 4e2d725
1 file changed
bin/mkrelease
@@ -173,6 +173,9 @@ DEV="$(printf %d.%d.%d.dev0 $MAJOR $MINOR $NEXT)"
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
+# Get rid of bower-installed files which we don't use:
177
+$do rm $(svn st ietf/externals/ | grep '^\?' | awk '{print $2}')
178
+$do rm -rf rm -rf ietf/externals/static/datatracker/
179
180
note "Collecting static files ..."
181
$do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*' | grep -v "Found another file with the destination path"
0 commit comments