aboutsummaryrefslogtreecommitdiffhomepage
path: root/install_dev.sh
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-03 09:09:45 +0200
committerGitHub <noreply@github.com>2016-10-03 09:09:45 +0200
commitab809de18415a9ce3bbc95d3a0a1af6c50a41c4f (patch)
treebee406df7af4b6e024764e153d8844dfe69aeda1 /install_dev.sh
parentdfbbf0e18ad585e318c2609e46963e4b9fd198ef (diff)
parent49f25d6ee820619a15851b12a33667d707e4edf7 (diff)
downloadwallabag-ab809de18415a9ce3bbc95d3a0a1af6c50a41c4f.tar.gz
wallabag-ab809de18415a9ce3bbc95d3a0a1af6c50a41c4f.tar.zst
wallabag-ab809de18415a9ce3bbc95d3a0a1af6c50a41c4f.zip
Merge pull request #2314 from wallabag/assets
Assets work
Diffstat (limited to 'install_dev.sh')
-rwxr-xr-xinstall_dev.sh5
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 @@
3echo "Installing PHP dependencies (including dev) through Composer..." 3echo "Installing PHP dependencies (including dev) through Composer..."
4composer install 4composer install
5 5
6echo "Downloading javascript librairies through npm..." 6echo "Downloading librairies through npm..."
7npm install 7npm install
8 8
9echo "Downloading fonts librairies through bower..."
10bower install
11
12echo "Concat, minify and installing assets..." 9echo "Concat, minify and installing assets..."
13grunt 10grunt
14 11