You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @toofff,
Following the discussion on the slack with this change from composer.json "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd" => "assets:install %PUBLIC_DIR%": "symfony-cmd"
everything is ok, so it looks like it can't be used "--symlink --relative" for symfony assets
2/ why is it up to the "Bolt/Core" component to carry the commands that must be launched by composer during installation and update events?
In Symfony, the developer is free to configure his own composer scripts. With flex, each time a new component is installed, this part is updated, when the flex recipe is available, its scripts risk causing us problems.
At first it would be better to put all the scripts as they were before.
Hi @toofff,
Following the discussion on the slack with this change from composer.json
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd" => "assets:install %PUBLIC_DIR%": "symfony-cmd"
everything is ok, so it looks like it can't be used "--symlink --relative" for symfony assets
Thanks @toofff for help
The text was updated successfully, but these errors were encountered: