Assetic is an asset management framework for PHP.
I want to include the url to one of the assets in my bundle in the controller, not in the …
symfony asseticI'm trying to use assetic in symfony2 to manage my css. The links are generated fine. However, no files are …
symfony asseticI'd like to globally configure the output dir of where assetic dumps my JS files. Currently, they always go to …
symfony asseticI have my custom resources directory for my bundle where there are some files: /longpathtoSymfony/src/MyOwn/Bundle/MyOwnBundle/Resources/…
symfony resourcebundle asseticI'm working on a kind of dashboard mini site that has blocks with a certain functionality. Using symfony2 I have …
javascript symfony twig asseticThis question seems to have been asked multiple times but none of the solutions work for me. I'm in my …
symfony asseticMy problem: I have 3 templates: main.html.twig (main layout file) layout.html.twig (a bundle specific layout override which …
symfony twig asseticI have template for example index.html.php where I use php assetic loader like this <?php foreach ($view[…
symfony assetic