From: Raphaƫl Gertz Date: Mon, 28 Oct 2019 19:16:29 +0000 (+0100) Subject: Set assets as relative X-Git-Tag: 0.1~75 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/3ae355365492dbacb218ee8bb02b8fa97784eb94 Set assets as relative --- diff --git a/composer.json b/composer.json index f1e67a0..a9d0bc5 100644 --- a/composer.json +++ b/composer.json @@ -107,7 +107,7 @@ "scripts": { "auto-scripts": { "cache:clear": "symfony-cmd", - "assets:install %PUBLIC_DIR%": "symfony-cmd" + "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts"