Recipes about Assetic
The Symfony Cookbook is a continuously growing collection of specific recipes that explain how to correctly solve the most recurrent problems that Symfony developers face in their day to day work.
Assetic¶
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.
- How to Use Assetic for Asset Management
- Combining, Compiling and Minimizing Web Assets with PHP Libraries
- How to Minify CSS/JS Files (Using UglifyJS and UglifyCSS)
- How to Minify JavaScripts and Stylesheets with YUI Compressor
- How to Use Assetic for Image Optimization with Twig Functions
- How to Apply an Assetic Filter to a specific File Extension
This work, including the code samples, is licensed under a Creative Commons BY-SA 3.0 license.

