From 43e7bc4fb44f46fc6374fb626e01004fcdf2d950 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 8 Mar 2016 16:01:15 -0500 Subject: [PATCH] LP#1554714 Browser client dependency updates note Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- .../web/js/ui/default/staff/README.install | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Open-ILS/web/js/ui/default/staff/README.install b/Open-ILS/web/js/ui/default/staff/README.install index 62668c1089..ba0a91285a 100644 --- a/Open-ILS/web/js/ui/default/staff/README.install +++ b/Open-ILS/web/js/ui/default/staff/README.install @@ -83,6 +83,26 @@ from the Node package network. % grunt all ------------------------------------------------------------------------------ +== Updating Dependencies + + * Remove the contents of the "dependencies" {} in bowser.json + * rm -r bower_components + * Re-install all dependencies: + +[source,sh] +------------------------------------------------------------------------------ +bower install --save angular-latest +bower install --save jquery +bower install --save bootstrap +bower install --save angular-route +bower install --save angular-mocks +bower install --save angular-bootstrap +bower install --save angular-hotkeys +bower install --save angular-file-saver +bower install --save angular-location-update +# ... others as needed +------------------------------------------------------------------------------ + == TODO == * Minification of app-specific JS files -- 2.43.2