Top "Assetic" questions

Assetic is an asset management framework for PHP.

How to have background image in symfony assets?

with symphony framework I did dump assets assets:install. css file is hard copied to /web/bundles/appbundle/css/style.…

symfony assets assetic
Symfony2 Assetic: Path to node executable could not be resolved

When running app/console assetic:dump, I am getting: Path to node executable could not be resolved What does it …

symfony assetic
How to use twitter bootstrap using assetic and less in symfony2?

I can't get twitter bootstrap working. I know there is many tutorials and so on, but none of it works …

twitter-bootstrap symfony less assetic
How to have Assetic + sass work with Symfony2 in Windows?

I'm trying to get Assetic to run within Symfony 2.0.11 in order to use sass for css files. I've been fiddling …

windows symfony sass compass-sass assetic
Symfony2 Assetic wrong cssrewrite resources path in css/less files

The cssrewrite filter produces wrong urls after the rewrite: i have my bundle which contains one .less file located in …

css symfony less twig assetic
symfony2 - the assetic assetic:dump command doesn't create stylesheets correctly

For some reason I can't load the css files. Here is the structure of the bundle that I use BD …

php css symfony assets assetic
Symfony2 cssrewrite filter's image paths are way off

I'm trying to get Symfony2 to work with jQuery UI. I've gotten the JavaScript portion of it working just fine …

jquery-ui symfony assetic
Symfony2, where to put css, javascript, images

I'm a beginner at Symfony2, and I have some problems about putting resource like css, js, images... I just read …

symfony assetic
How can I force assetic to render assets each time the page is reloaded?

How can I force assetic to render assets each time the page is reloaded (no matter if assets are modified …

symfony less assetic
Symfony2: How to share js libs and css between bundles

I have different Bundles: MainBundle (Homepage), SecurityBundle (Login, Registration), MessageBundle (Message System), ShopBundle. I also follow the three stage layout …

symfony assets assetic