]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - install_dev.sh
remove bower
[github/wallabag/wallabag.git] / install_dev.sh
index 81f871daf86ff24bd9f69cb407b3cdf8deaa38be..61a4f6fd46d725b34aa50adf1ee477a5ac8cfcb0 100755 (executable)
@@ -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