From b4118f66ff4a921a6952b35f5d3238bdc914c87a Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 29 Sep 2016 09:20:37 +0200 Subject: remove bower --- install_dev.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'install_dev.sh') diff --git a/install_dev.sh b/install_dev.sh index 81f871da..61a4f6fd 100755 --- a/install_dev.sh +++ b/install_dev.sh @@ -3,12 +3,9 @@ echo "Installing PHP dependencies (including dev) through Composer..." composer install -echo "Downloading javascript librairies through npm..." +echo "Downloading librairies through npm..." npm install -echo "Downloading fonts librairies through bower..." -bower install - echo "Concat, minify and installing assets..." grunt -- cgit v1.2.3