From 950104f9034a97052e1895342dc851b6c45b5e47 Mon Sep 17 00:00:00 2001 From: Patryk Peas Date: Wed, 3 Feb 2016 14:25:31 +0100 Subject: [PATCH] Install bower globally --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 9ec1e715f..b54e91b5c 100755 --- a/bin/compile +++ b/bin/compile @@ -79,7 +79,7 @@ fi ( if [ -f $build_dir/bower.json ]; then # Install bower locally - npm install bower + npm install bower -g status "-----> Found bower.json, running bower install" $build_dir/node_modules/.bin/bower install else