I have a CoreBundle that contains main css files and images. Now I have a problem when I load an image from css; the image isn\'t shown.
background-image:ur
I solved this issue by permanently creating 'images' folder with images inside in 'symfony_root/web/' folder. Result: 'symfony_root/web/images/' - and it becomes work great!