LP#1775466 docs
authorBill Erickson <berickxx@gmail.com>
Tue, 15 May 2018 14:30:16 +0000 (10:30 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 6 Jun 2018 20:59:27 +0000 (16:59 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/README.adoc

index 2f89011..5788b2a 100644 (file)
@@ -28,7 +28,7 @@ $ cd $EVERGREEN/Open-ILS/src/eg2
 $ npm update
 ---------------------------------------------------------------------
 
-=== Transpile + Deploy in --watch mode for Dev ===
+=== Transpile + Deploy in --watch mode for Dev
 
 * Development builds
 ** Using the JIT compiler which is faster to compile, but slower 
@@ -36,8 +36,6 @@ $ npm update
 
 [source,sh]
 ---------------------------------------------------------------------
-$ cd $EVERGREEN/Open-ILS/src/eg2
-$ npm update
 $ ng build --app eg --watch --deploy-url /eg2/ --base-href /eg2/ --output-path  ../../web/eg2/
 ---------------------------------------------------------------------