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