We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54aac4e commit 4c4ff0fCopy full SHA for 4c4ff0f
1 file changed
bin/mkrelease
@@ -166,6 +166,10 @@ DEV="$(printf %d.%d.%d.dev0 $MAJOR $MINOR $NEXT)"
166
167
#cd $DIR ??
168
169
+note "Collecting static files"
170
+$do ietf/manage.py collectstatic --noinput --ignore=bower.json --ignore='README.*'
171
+$do svn commit static/lib/ -m "Updated static files under static/lib/"
172
+
173
# note "Checking that there's a recent test-crawler log"
174
# touch -d $RDATE .svn/.latest-commit
175
# TCLOG=$(ls -t ../test-crawl-*.log | head -n 1)
0 commit comments