temporarily removed sync plugin from mobile build
This commit is contained in:
parent
d177c27a6d
commit
3592a91e51
3
build.py
3
build.py
@ -258,7 +258,8 @@ if buildMobile:
|
||||
# do not include desktop-only plugins to mobile assets
|
||||
ignore=shutil.ignore_patterns('*.meta.js',
|
||||
'force-https*', 'privacy-view*', 'speech-search*',
|
||||
'basemap-cloudmade*', 'scroll-wheel-zoom-disable*'))
|
||||
'basemap-cloudmade*', 'scroll-wheel-zoom-disable*',
|
||||
'sync*'))
|
||||
|
||||
|
||||
if buildMobile != 'copyonly':
|
||||
|
Loading…
x
Reference in New Issue
Block a user