forked from wallabag/wallabag
remove bower
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user