From 576a9b95ab560f30e961fc5370b0e1b79b5123c2 Mon Sep 17 00:00:00 2001 From: Kayn Ty Date: Wed, 4 Apr 2018 16:28:30 +0200 Subject: [PATCH] assets in install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 93075b1c..6c22c214 100644 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ acl --varsion echo "installing symfony project for ubuntu environnement"; composer install && yarn install; - +yarn run encore dev echo "fix file permissions"; HTTPDUSER=$(ps axo user,comm | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1)