From a4f11561ea0f4bc84a774f11ee27491b947ac5b6 Mon Sep 17 00:00:00 2001 From: Philipp Schaefer Date: Mon, 5 Aug 2013 09:40:04 +0200 Subject: [PATCH] added sync plugin back to mobile build... ...it seems that google have fixed the temp redirect --- build.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.py b/build.py index 984b7c8e..f3ae396a 100755 --- a/build.py +++ b/build.py @@ -258,8 +258,7 @@ 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*', - 'sync*')) + 'basemap-cloudmade*', 'scroll-wheel-zoom-disable*')) if buildMobile != 'copyonly':