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 2669afe commit c650a76Copy full SHA for c650a76
1 file changed
bin/mkrelease
@@ -212,6 +212,7 @@ if [ -z "$IGNORE_RESOURCES" ]; then
212
$do svn commit ietf/externals/static -m "Updated bower-managed static web assets"
213
# Get rid of bower-installed files which we don't use:
214
$do rm -rf ietf/externals/static/datatracker/
215
+ $do rm -rf ietf/externals/static/jquery.cookie/
216
$do rm -f $(svn st ietf/externals/ | grep '^\?' | awk '{print $2}')
217
fi
218
0 commit comments