From d40323fa9995bdb50f66b6fff755d12795ae9262 Mon Sep 17 00:00:00 2001 From: Philipp Schaefer Date: Wed, 8 May 2013 18:18:37 +0200 Subject: [PATCH] removed privacy-view from mobile assets. it does not work and is not needed on mobile --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 8cf81b1e..7bd5606b 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*')) + shutil.copytree(os.path.join(outDir,"plugins"), "mobile/assets/plugins", ignore=shutil.ignore_patterns('*.meta.js', 'force-https*', 'privacy-view*')) if buildMobile != 'copyonly':