I have write a bundle that contains public assets: Images, CSS and Javascript. Everything is stored in my bundle Resources/public/ folder.
I launch an ascetic command that generates symlinks in global web project folder.
My problem is my bundle name is visible in Images, CSS and Javascript URLs. Is there a way to rewrite this URL. I want to access to my CSS with this URL: http://mywebsite.com/mycustomfoldername/mycss.css
Second question: Is it a good thing to write directly files in global web project folder ?