projects
/
working
/
random.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51fe4c4
)
browser client build/test cont
author
Bill Erickson
<berick@esilibrary.com>
Thu, 11 Sep 2014 18:57:03 +0000
(14:57 -0400)
committer
Bill 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
patch
|
blob
|
history
diff --git
a/installer/wheezy/eg_wheezy_installer.sh
b/installer/wheezy/eg_wheezy_installer.sh
index
8eb2c5a
..
567fdbb
100755
(executable)
--- 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 = $?