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.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index a486e8a5..29b343b2 100755 --- a/install.sh +++ b/install.sh @@ -5,12 +5,9 @@ if [[ $ASSETS == 'build' ]]; then composer install --no-interaction --no-progress --prefer-dist -o chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm - echo "Downloading javascript librairies through npm..." + echo "Downloading librairies through npm..." vendor/mouf/nodejs-installer/bin/local/npm install - echo "Downloading fonts librairies through bower..." - node_modules/bower/bin/bower install - echo "Concat, minify and installing assets..." node_modules/grunt/bin/grunt else -- cgit v1.2.3