Symfony 2 – Working with assets
Regarding images, if you added it into your public folder, I think there’s no need to perform assets:update However, if you add the image within the resources folders of a bundle, you might have to, depending on your OS and which options you used when called assets:install If you’re using an OS which supports symlinks … Read more