From a6ff434f331d806305a208fceb9457b961b5f501 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Tue, 28 May 2013 03:01:45 +0100 Subject: [PATCH] remove the template plugin basemap-cloudmade from mobile - it can't be edited so no use embedded --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 2a3eb7d9..f2bf7bf5 100755 --- a/build.py +++ b/build.py @@ -225,7 +225,7 @@ if buildMobile: except: pass 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*')) + shutil.copytree(os.path.join(outDir,"plugins"), "mobile/assets/plugins", ignore=shutil.ignore_patterns('*.meta.js', 'force-https*', 'privacy-view*', 'speech-search*', 'basemap-cloudmade*')) if buildMobile != 'copyonly':