Closed
Description
I ran into an issue today where one of our LESS assets was not compiling correctly. The problem line was an @import line linking to the a component file (from our bundle's public folder).
This issue is easily fixed with adding a "FollowSymlinks" apache option to the root symfony application directory (not the web folder).
I think a simple note or just "Options FollowSymlinks" for the root symfony directory in the Web Server Configuration documentation would help here: http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html
I think this issue only applies to assets installed using symlinks (which seems relatively common). Also to note is this symfony app is inside a Vagrant VM.