From: Bill Erickson Date: Tue, 8 Mar 2016 21:01:15 +0000 (-0500) Subject: LP#1554714 Browser client dependency updates note X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=43e7bc4fb44f46fc6374fb626e01004fcdf2d950;p=evergreen%2Fmasslnc.git LP#1554714 Browser client dependency updates note Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- 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