browser client build/test cont
authorBill Erickson <berick@esilibrary.com>
Thu, 11 Sep 2014 18:57:03 +0000 (14:57 -0400)
committerBill Erickson <berick@esilibrary.com>
Thu, 11 Sep 2014 18:57:03 +0000 (14:57 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
installer/wheezy/eg_wheezy_installer.sh

index 8eb2c5a..567fdbb 100755 (executable)
@@ -377,7 +377,7 @@ function test_and_build_eg_browser_client {
     cd /home/opensrf/Evergreen/Open-ILS/web/js/ui/default/staff
     npm install                 # fetch build depencies
     echo Return Value = $?
-    bower install               # fetch JS/CSS/etc prereqs
+    bower --allow-root install  # fetch JS/CSS/etc prereqs
     echo Return Value = $?
     grunt build                 # concatentate, minify, copy into place
     echo Return Value = $?