diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-03 09:09:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-03 09:09:45 +0200 |
commit | ab809de18415a9ce3bbc95d3a0a1af6c50a41c4f (patch) | |
tree | bee406df7af4b6e024764e153d8844dfe69aeda1 /install.sh | |
parent | dfbbf0e18ad585e318c2609e46963e4b9fd198ef (diff) | |
parent | 49f25d6ee820619a15851b12a33667d707e4edf7 (diff) | |
download | wallabag-ab809de18415a9ce3bbc95d3a0a1af6c50a41c4f.tar.gz wallabag-ab809de18415a9ce3bbc95d3a0a1af6c50a41c4f.tar.zst wallabag-ab809de18415a9ce3bbc95d3a0a1af6c50a41c4f.zip |
Merge pull request #2314 from wallabag/assets
Assets work
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |
16 | else | 13 | else |