removed disable scroll wheel plugin from mobile assets
This commit is contained in:
parent
24fd7c8029
commit
2f290adf5d
6
build.py
6
build.py
@ -255,7 +255,11 @@ if buildMobile:
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
shutil.rmtree("mobile/assets/plugins")
|
shutil.rmtree("mobile/assets/plugins")
|
||||||
shutil.copytree(os.path.join(outDir,"plugins"), "mobile/assets/plugins", ignore=shutil.ignore_patterns('*.meta.js', 'force-https*', 'privacy-view*', 'speech-search*', 'basemap-cloudmade*'))
|
shutil.copytree(os.path.join(outDir,"plugins"), "mobile/assets/plugins",
|
||||||
|
# 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*'))
|
||||||
|
|
||||||
|
|
||||||
if buildMobile != 'copyonly':
|
if buildMobile != 'copyonly':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user