Release wallabag 2.1.0

This commit is contained in:
Nicolas Lœuillet 2016-10-03 11:03:40 +02:00
parent 8c3c69fb9c
commit 091e4bdd64
No known key found for this signature in database
GPG key ID: 5656BE27E1E34D0A
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