1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

remove bower

This commit is contained in:
Thomas Citharel 2016-09-29 09:20:37 +02:00
parent 0471e905b8
commit b4118f66ff
No known key found for this signature in database
GPG key ID: 5780691F5FE48FB5
4 changed files with 2 additions and 51 deletions

View file

@ -5,12 +5,9 @@ if [[ $ASSETS == 'build' ]]; then
composer install --no-interaction --no-progress --prefer-dist -o
chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm
echo "Downloading javascript librairies through npm..."
echo "Downloading librairies through npm..."
vendor/mouf/nodejs-installer/bin/local/npm install
echo "Downloading fonts librairies through bower..."
node_modules/bower/bin/bower install
echo "Concat, minify and installing assets..."
node_modules/grunt/bin/grunt
else