From: Bill Erickson Date: Thu, 26 Apr 2018 15:30:12 +0000 (-0400) Subject: LP#1626157 readme update X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0e7c822d3e72c03f84d358ae9da5443a79d07c12;p=working%2FEvergreen.git LP#1626157 readme update Signed-off-by: Bill Erickson --- 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 ---------------------------------------------------------------------