From 04c220bbdf61ccafc12b0e43c553535ea2c77979 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Mon, 6 Jul 2020 22:11:12 +0100 Subject: [PATCH] build(docs-infra): remove unnecessary zipper.json file (#37947) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `zipper.json` file is only needed if the example does not have a `stackblitz.json` file, which this (i18n) example does. Moreover, it appears that having both can cause the generated zip file to be corrupted and not unzippable. Fixes #37849 PR Close #37947 --- aio/content/examples/i18n/zipper.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 aio/content/examples/i18n/zipper.json diff --git a/aio/content/examples/i18n/zipper.json b/aio/content/examples/i18n/zipper.json deleted file mode 100644 index ecd77116fa..0000000000 --- a/aio/content/examples/i18n/zipper.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "files": [ - "!dist/", - "!**/*.d.ts", - "!src/**/*.js", - "!doc-files/**/*", - "**/*.xlf" - ] -}