X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=install_dev.sh;h=61a4f6fd46d725b34aa50adf1ee477a5ac8cfcb0;hb=0f70abd695136f6cfcfaf3c755223cf2d61af090;hp=81f871daf86ff24bd9f69cb407b3cdf8deaa38be;hpb=79efca1e6ff28362d4bd2713f68205294cdd07de;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