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

@ -1,4 +0,0 @@
{
"directory" : "app/Resources/static/lib",
"json" : "bower.json"
}

View file

@ -1,39 +0,0 @@
{
"name": "wallabag",
"version": "2.0.0-beta.1",
"homepage": "https://github.com/wallabag/wallabag",
"authors": [
{
"name": "Nicolas Lœuillet",
"email": "nicolas@loeuillet.org",
"homepage": "http://www.cdetc.fr",
"role": "Developer"
},
{
"name": "Thomas Citharel",
"homepage": "http://tcit.fr",
"role": "Developer"
},
{
"name": "Jérémy Benoist",
"homepage": "http://www.j0k3r.net",
"role": "Developer"
}
],
"description": "wallabag is a self hostable application for saving web pages",
"license": "MIT",
"main": "bower.json",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"icomoon-bower": "^0.1.0",
"bower-pt-sans": "pt-sans#*",
"roboto-fontface": "^0.4.5",
"material-design-icons-iconfont": "^2.0.4"
}
}

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

View file

@ -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