Do not fill extra_files if it is not used
The extra_files is used only use_reloader is set (on dev mode) by werkzeug server. On my system computing the extra_files takes up to 0.5s so I think it will be good to improve the starting time by not computing it when not needed.