From d8e01bbf5cf73c3565b986be87b4bab3a1f4756a Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Tue, 28 May 2019 09:36:07 -0700 Subject: [PATCH 1/2] docs: make connection of live-reload and public-host explicit --- .../angular_devkit/build_angular/src/dev-server/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/angular_devkit/build_angular/src/dev-server/schema.json b/packages/angular_devkit/build_angular/src/dev-server/schema.json index 2257fd4cecc1..02172ed3fbbd 100644 --- a/packages/angular_devkit/build_angular/src/dev-server/schema.json +++ b/packages/angular_devkit/build_angular/src/dev-server/schema.json @@ -49,12 +49,12 @@ }, "liveReload": { "type": "boolean", - "description": "Whether to reload the page on change, using live-reload.", + "description": "Whether to reload the page on change, using live-reload with the public host.", "default": true }, "publicHost": { "type": "string", - "description": "Specify the URL that the browser client will use." + "description": "Specify the URL that the browser client will use for live reload." }, "servePath": { "type": "string", From f350bdf6334472ae27fd95c2db3e2c25a8a8820c Mon Sep 17 00:00:00 2001 From: Judy Bogart Date: Tue, 28 May 2019 09:47:30 -0700 Subject: [PATCH 2/2] docs: more complete description --- .../angular_devkit/build_angular/src/dev-server/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/angular_devkit/build_angular/src/dev-server/schema.json b/packages/angular_devkit/build_angular/src/dev-server/schema.json index 02172ed3fbbd..731ef39e459c 100644 --- a/packages/angular_devkit/build_angular/src/dev-server/schema.json +++ b/packages/angular_devkit/build_angular/src/dev-server/schema.json @@ -49,12 +49,12 @@ }, "liveReload": { "type": "boolean", - "description": "Whether to reload the page on change, using live-reload with the public host.", + "description": "Whether to reload the page on change, using live-reload.", "default": true }, "publicHost": { "type": "string", - "description": "Specify the URL that the browser client will use for live reload." + "description": "The URL that the browser client (or live-reload client, if enabled) should use to connect to the development server. Use for a complex dev server setup, such as one with reverse proxies." }, "servePath": { "type": "string",