LP#1554714 Browser client dependency updates note
authorBill Erickson <berickxx@gmail.com>
Tue, 8 Mar 2016 21:01:15 +0000 (16:01 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 22 Apr 2016 13:52:59 +0000 (09:52 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/web/js/ui/default/staff/README.install

index 62668c1..ba0a912 100644 (file)
@@ -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