Top "Assetic" questions

Assetic is an asset management framework for PHP.

Symfony2 Assetic get asset urls from inside controller, not template

I want to include the url to one of the assets in my bundle in the controller, not in the …

symfony assetic
Assetic generating links but no files

I'm trying to use assetic in symfony2 to manage my css. The links are generated fine. However, no files are …

symfony assetic
Configure output dir for Assetic in Symfony2

I'd like to globally configure the output dir of where assetic dumps my JS files. Currently, they always go to …

symfony assetic
How to add specific files to assetic?

I have my custom resources directory for my bundle where there are some files: /longpathtoSymfony/src/MyOwn/Bundle/MyOwnBundle/Resources/…

symfony resourcebundle assetic
Using Twig for dynamic Javascript files

I'm working on a kind of dashboard mini site that has blocks with a certain functionality. Using symfony2 I have …

javascript symfony twig assetic
Combining Assetic Resources across inherited templates

We are building a new site using Symfony2, and Assetic looks very promising for resource management, in particular for combining …

templates resources symfony twig assetic
Assetic - Route "_assetic_001d5b7_0" does not exist

This question seems to have been asked multiple times but none of the solutions work for me. I'm in my …

symfony assetic
Symfony2 Assetic + Twig Template JavaScript Inheritance

My problem: I have 3 templates: main.html.twig (main layout file) layout.html.twig (a bundle specific layout override which …

symfony twig assetic
Symfony2 - Assetic - css font icons

How to include css font icon libraries istalled via composer in /vendor dir (fontawesome for example). Include: {% stylesheets filter='cssrewrite' …

php css symfony fonts assetic
Symfony2 Assetic Route and Resource Errors

I have template for example index.html.php where I use php assetic loader like this <?php foreach ($view[…

symfony assetic