]> Raphaël G. Git Repositories - blog/commitdiff
Install assets path as relative symlink
authorRaphaël Gertz <git@rapsys.eu>
Tue, 14 Oct 2025 11:32:23 +0000 (13:32 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 14 Oct 2025 11:32:23 +0000 (13:32 +0200)
composer.json

index dcb9a4f8d8fa24ffc8271c45b380f7cd7bba30fc..ac4e9e49f92c7502bc176250e68f219dea77712b 100644 (file)
     "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"