Assetic Configuration Reference (AsseticBundle)
Warning: You are browsing the documentation for Symfony 2.x, which is no longer maintained.
Read the updated version of this page for Symfony 7.1 (the current stable version).
Caution
Starting from Symfony 2.8, Assetic is no longer included by default in the Symfony Standard Edition. Refer to this article to learn how to install and enable Assetic in your Symfony application.
You can get the full Asstic configuration reference as follows:
1 2 3 4 5
# displays the default config values defined by Symfony
$ php bin/console config:dump-reference assetic
# displays the actual config values used by your application
$ php bin/console debug:config assetic
This work, including the code samples, is licensed under a
Creative Commons BY-SA 3.0 license.