Compare commits

...

1 Commits
2.3.1 ... 2.1.0

Author SHA1 Message Date
091e4bdd64 Release wallabag 2.1.0 2016-10-03 11:03:40 +02:00
2 changed files with 7849 additions and 2 deletions

7847
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
if [[ $ASSETS == 'build' ]]; then
echo "Installing PHP dependencies through Composer..."
composer install --no-interaction --no-progress --prefer-dist -o
composer update --no-interaction --no-progress
chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm
echo "Downloading librairies through npm..."
@ -11,5 +11,5 @@ if [[ $ASSETS == 'build' ]]; then
echo "Concat, minify and installing assets..."
node_modules/grunt/bin/grunt
else
composer install --no-interaction --no-progress --prefer-dist -o
composer update --no-interaction --no-progress
fi