From 21b8d6956a36001a40811596bd47a7ecc3cd959b Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Tue, 17 Mar 2020 22:28:35 +0200 Subject: [PATCH] build(docs-infra): remove obsolete content from `example-config.json` files (#36015) The `build` and `run` properties in `example-config.json` are only used in example projects of type `systemjs`. In CLI-type projects, `build` and `run` are ignored. PR Close #36015 --- aio/content/examples/feature-modules/example-config.json | 4 ---- .../examples/lazy-loading-ngmodules/example-config.json | 4 ---- aio/content/examples/ngmodules/example-config.json | 4 ---- aio/content/examples/providers/example-config.json | 4 ---- 4 files changed, 16 deletions(-) diff --git a/aio/content/examples/feature-modules/example-config.json b/aio/content/examples/feature-modules/example-config.json index 313764c3c6..e69de29bb2 100644 --- a/aio/content/examples/feature-modules/example-config.json +++ b/aio/content/examples/feature-modules/example-config.json @@ -1,4 +0,0 @@ -{ - "build": "build:cli", - "run": "serve:cli" -} diff --git a/aio/content/examples/lazy-loading-ngmodules/example-config.json b/aio/content/examples/lazy-loading-ngmodules/example-config.json index 313764c3c6..e69de29bb2 100644 --- a/aio/content/examples/lazy-loading-ngmodules/example-config.json +++ b/aio/content/examples/lazy-loading-ngmodules/example-config.json @@ -1,4 +0,0 @@ -{ - "build": "build:cli", - "run": "serve:cli" -} diff --git a/aio/content/examples/ngmodules/example-config.json b/aio/content/examples/ngmodules/example-config.json index 313764c3c6..e69de29bb2 100644 --- a/aio/content/examples/ngmodules/example-config.json +++ b/aio/content/examples/ngmodules/example-config.json @@ -1,4 +0,0 @@ -{ - "build": "build:cli", - "run": "serve:cli" -} diff --git a/aio/content/examples/providers/example-config.json b/aio/content/examples/providers/example-config.json index 313764c3c6..e69de29bb2 100644 --- a/aio/content/examples/providers/example-config.json +++ b/aio/content/examples/providers/example-config.json @@ -1,4 +0,0 @@ -{ - "build": "build:cli", - "run": "serve:cli" -}