diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-09-29 09:20:37 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-09-29 09:20:37 +0200 |
commit | b4118f66ff4a921a6952b35f5d3238bdc914c87a (patch) | |
tree | faf76c2ab2155d8ab2d479b4d52edec5db7e240c /install_dev.sh | |
parent | 0471e905b8b37ac226176ee9a708624c869bb046 (diff) | |
download | wallabag-b4118f66ff4a921a6952b35f5d3238bdc914c87a.tar.gz wallabag-b4118f66ff4a921a6952b35f5d3238bdc914c87a.tar.zst wallabag-b4118f66ff4a921a6952b35f5d3238bdc914c87a.zip |
remove bower
Diffstat (limited to 'install_dev.sh')
-rwxr-xr-x | install_dev.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/install_dev.sh b/install_dev.sh index 81f871da..61a4f6fd 100755 --- a/install_dev.sh +++ b/install_dev.sh | |||
@@ -3,12 +3,9 @@ | |||
3 | echo "Installing PHP dependencies (including dev) through Composer..." | 3 | echo "Installing PHP dependencies (including dev) through Composer..." |
4 | composer install | 4 | composer install |
5 | 5 | ||
6 | echo "Downloading javascript librairies through npm..." | 6 | echo "Downloading librairies through npm..." |
7 | npm install | 7 | npm install |
8 | 8 | ||
9 | echo "Downloading fonts librairies through bower..." | ||
10 | bower install | ||
11 | |||
12 | echo "Concat, minify and installing assets..." | 9 | echo "Concat, minify and installing assets..." |
13 | grunt | 10 | grunt |
14 | 11 | ||