From: Bill Erickson Date: Thu, 11 Sep 2014 18:57:03 +0000 (-0400) Subject: browser client build/test cont X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=78c7131247f2f1a3c5ff7f0f500a318b2ad11c0a;p=working%2Frandom.git browser client build/test cont Signed-off-by: Bill Erickson --- diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index 8eb2c5a6b..567fdbb1f 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -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 = $?