X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=install_dev.sh;fp=install_dev.sh;h=0000000000000000000000000000000000000000;hb=5759c9aac1f13f2776319c3f249acb4c97ea14d8;hp=cbd47495391158f2625a2897b560e11532ab61d1;hpb=a494c33ef7e574e68ab5bb83d0bdbd67348af0ef;p=github%2Fwallabag%2Fwallabag.git diff --git a/install_dev.sh b/install_dev.sh deleted file mode 100755 index cbd47495..00000000 --- a/install_dev.sh +++ /dev/null @@ -1,14 +0,0 @@ -#! /usr/bin/env bash - -echo " > Installing PHP dependencies (including dev) through Composer..." -composer install -o --no-interaction --no-progress --prefer-dist - -if [[ $ASSETS == 'build' || $TRAVIS_BUILD_DIR == '' ]]; then - echo " > Downloading librairies through npm..." - npm install - - echo " > Concat, minify and installing assets..." - grunt -fi - -echo " > Install finished"