reverted back to one-after-another plugin injection

This commit is contained in:
Philipp Schaefer
2013-10-08 23:04:23 +02:00
parent 709af1a9d9
commit 0601827878
4 changed files with 21 additions and 74 deletions

View File

@ -247,8 +247,6 @@ if buildMobile:
except:
pass
shutil.copy(os.path.join(outDir,"total-conversion-build.user.js"), "mobile/assets/total-conversion-build.user.js")
# copy the user location script into the mobile folder.
shutil.copy(os.path.join(outDir,"user-location.user.js"), "mobile/assets/user-location.user.js")
# also copy plugins
try:
shutil.rmtree("mobile/assets/plugins")
@ -260,6 +258,9 @@ if buildMobile:
'force-https*', 'privacy-view*', 'speech-search*',
'basemap-cloudmade*', 'scroll-wheel-zoom-disable*'))
# copy the user location script into the mobile folder.
shutil.copy(os.path.join(outDir,"user-location.user.js"), "mobile/assets/plugins/user-location.user.js")
if buildMobile != 'copyonly':
# now launch 'ant' to build the mobile project