I\'m trying to setting up a site I\'m working on at shared hosting and all works fine but FontAwesome icons since Symfony does not find them where they should be. I follow t
This is the result of a rather unfortunate bug in assetic. See this github description for further details.
The solution I have settled on is to use https://github.com/fkrauthan/FkrCssURLRewriteBundle
It is the only approach of the many I have tried that works in every case.