added sync plugin back to mobile build...

...it seems that google have fixed the temp redirect
This commit is contained in:
Philipp Schaefer
2013-08-05 09:40:04 +02:00
parent 94eeb5a728
commit a4f11561ea

View File

@ -258,8 +258,7 @@ if buildMobile:
# do not include desktop-only plugins to mobile assets # do not include desktop-only plugins to mobile assets
ignore=shutil.ignore_patterns('*.meta.js', ignore=shutil.ignore_patterns('*.meta.js',
'force-https*', 'privacy-view*', 'speech-search*', 'force-https*', 'privacy-view*', 'speech-search*',
'basemap-cloudmade*', 'scroll-wheel-zoom-disable*', 'basemap-cloudmade*', 'scroll-wheel-zoom-disable*'))
'sync*'))
if buildMobile != 'copyonly': if buildMobile != 'copyonly':