X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=install_dev.sh;h=61a4f6fd46d725b34aa50adf1ee477a5ac8cfcb0;hb=0113e2af1febccea96afe512d04eca97f63a7e22;hp=81f871daf86ff24bd9f69cb407b3cdf8deaa38be;hpb=d7b4b2c72cd1c9ad967ecfec668d5b0b9e794149;p=github%2Fwallabag%2Fwallabag.git 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