aboutsummaryrefslogtreecommitdiffhomepage
path: root/install.sh
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-09-29 09:20:37 +0200
committerThomas Citharel <tcit@tcit.fr>2016-09-29 09:20:37 +0200
commitb4118f66ff4a921a6952b35f5d3238bdc914c87a (patch)
treefaf76c2ab2155d8ab2d479b4d52edec5db7e240c /install.sh
parent0471e905b8b37ac226176ee9a708624c869bb046 (diff)
downloadwallabag-b4118f66ff4a921a6952b35f5d3238bdc914c87a.tar.gz
wallabag-b4118f66ff4a921a6952b35f5d3238bdc914c87a.tar.zst
wallabag-b4118f66ff4a921a6952b35f5d3238bdc914c87a.zip
remove bower
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/install.sh b/install.sh
index a486e8a5..29b343b2 100755
--- a/install.sh
+++ b/install.sh
@@ -5,12 +5,9 @@ if [[ $ASSETS == 'build' ]]; then
5 composer install --no-interaction --no-progress --prefer-dist -o 5 composer install --no-interaction --no-progress --prefer-dist -o
6 6
7 chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm 7 chmod ugo+x vendor/mouf/nodejs-installer/bin/local/npm
8 echo "Downloading javascript librairies through npm..." 8 echo "Downloading librairies through npm..."
9 vendor/mouf/nodejs-installer/bin/local/npm install 9 vendor/mouf/nodejs-installer/bin/local/npm install
10 10
11 echo "Downloading fonts librairies through bower..."
12 node_modules/bower/bin/bower install
13
14 echo "Concat, minify and installing assets..." 11 echo "Concat, minify and installing assets..."
15 node_modules/grunt/bin/grunt 12 node_modules/grunt/bin/grunt
16else 13else