From ff2f0949da4b708e68a5a3a6a520b5b2657488f2 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 27 Jan 2015 07:52:15 +0000 Subject: [PATCH] bin/setup.sh - Reenable bower --- bin/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup.sh b/bin/setup.sh index 5273907a69..eb31a8328f 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -151,7 +151,7 @@ if [ -n "$DO_DOWNLOAD" ]; then fi BOWER=$(pickcmd node_modules/bower/bin/bower bower) - #$BOWER install + $BOWER install popd fi -- 2.25.1