I have imported the client side of my web app to
/bundle/Resources/views
This includes html documents, as well as the css, js, images and fonts folders. When i open an html page in a browser, it renders fine. But just by changing the extension of the file to .html.twig and rendering it through the symfony2 framework disables css.
I have also copied the css, js, images and font folders to
/bundle/Resources/public
I have also tried using the twig assets('') function with no luck.
What's going on?