Jury's still out on this feature: https://github.com/symfony/symfony/pull/1173
If a main contributor would approve `--relative` as an option, then we'd be good. The debate has mostly been about issues with relative links by default. On Jul 25, 3:29 am, Grégoire Passault <[email protected]> wrote: > Hi, > > I'm currently using symfony on a Samba server, which means that the absolute > paths are different on my machine than on the server. > > When using "*assets:install --symlink*", absolute symlinks were used: > > ... > framework -> > /mnt/datas/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/ > ... > > So I had to change it manually because the webserver cannot understand them > since the absolute path are different > > ... > framework -> > /../../vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/public/ > ... > > What about changing the behavior of* AssetsInstallCommand* in order to do > that by defaut ? > I think it would be more portable > > Regards, > Greg -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
