remove bower

This commit is contained in:
Thomas Citharel
2016-09-29 09:20:37 +02:00
parent 0471e905b8
commit b4118f66ff
4 changed files with 2 additions and 51 deletions

View File

@ -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