Top "Assetic" questions

Assetic is an asset management framework for PHP.

Assetic Symfony2 less+compress filter

Is there a way to make assetic automatically compile and compress .less files? I tried this config: assetic: debug: "%kernel.…

symfony filter compression less assetic
Symfony Unable to Generate a URL for Route to Stylesheet

I have two CSS files in the same folder, with identical access rights. When testing in the same Twig file, …

symfony assetic
Making Symfony 2 Assetic development comfortable

I'm looking for ways to make Symfony 2 Assetic 1.0.2 development easier. I use Assetic for dumping/publishing my assets. Currently I …

php symfony assetic
How to make Symfony 2 asset compilation to product different filenames?

I followed the guide on the very bottom of this article: http://symfony.com/doc/current/cookbook/assetic/asset_management.…

php symfony assetic
Symfony 2.3 - Using Twitter Bootstrap 3 with LESS, installed as a vendor through composer setup, unable to access Glyphicons fonts

I want to use the Twitter Bootstrap with Symfony 2 without using bundles. I've managed to install MopaBootstrapBundle, but decided to …

css twitter-bootstrap less assetic symfony-2.3
Symfony2 - Redirect response from request EventListener in dev mode while ignoring built in request events

I am building my own user management system in Symfony2 (not using FOSUserBundle) and want to be able to force …

symfony response.redirect event-listener assetic
How to use assetic to render an (unoptimised) image tag in Symfony2 + Twig

Is there a shorter way to have Symfony2 + Assetic + Twig generate image urls than: {% image '@ACMEBundle/Resources/public/img/…

symfony twig assetic
Assetic dump does not find uglifycss in my Symfony app

For my prod environment I want to use the UglifyCSS filter configured as follows (config_prod.yml): assetic: filters: uglifycss: …

symfony assetic uglifycss
Symfony2 and Assetic - cssrewrite works perfectly for dev, not for prod

I include my CSS with the following code: {% stylesheets 'bundles/majorproductionssewingdivasite/css/*.css' filter='cssrewrite' %} <link rel="stylesheet" type="…

php symfony assetic