From 0e7c822d3e72c03f84d358ae9da5443a79d07c12 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 26 Apr 2018 11:30:12 -0400 Subject: [PATCH] LP#1626157 readme update Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/eg2/README.adoc b/Open-ILS/src/eg2/README.adoc index fd58af9902..23c9b7711e 100644 --- a/Open-ILS/src/eg2/README.adoc +++ b/Open-ILS/src/eg2/README.adoc @@ -4,8 +4,8 @@ [source,conf] --------------------------------------------------------------------- - - FallbackResource /webby/index.html + + FallbackResource /eg2/index.html --------------------------------------------------------------------- @@ -13,5 +13,5 @@ [source,sh] --------------------------------------------------------------------- -ng build --deploy-url /webby/ --base-href /webby/ --output-path ../web/webby/ --watch +ng build --aot --app eg --deploy-url /eg2/ --base-href /eg2/ --output-path ../../web/eg2/ --watch --------------------------------------------------------------------- -- 2.11.0