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
