Install AngularJS files for web staff client
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-1. Building, Testing, Minification: The remaining steps all take place within
+1. Building and Minification: The remaining steps all take place within
the staff JS web root:
+
[source,sh]
------------------------------------------------------------------------------
# build, run tests, concat+minify
npm run build-prod
-npm run test
------------------------------------------------------------------------------
[[install_files_for_angular_web_staff_client]]
Install Angular files for web staff client
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-1. Building, Testing, Minification: The remaining steps all take place within
+1. Building and Minification: The remaining steps all take place within
the Angular staff root:
+
[source,sh]
------------------------------------------------------------------------------
# build and run tests
ng build --prod
-npm run test
------------------------------------------------------------------------------
Configuration and compilation instructions