@@ -49,8 +49,9 @@ tools like GruntJS.
49
49
Use Assetic to compile, combine and minimize web assets, unless you're
50
50
comfortable with frontend tools like GruntJS.
51
51
52
- `Assetic `_ is an asset manager capable of compiling assets developed with
53
- a lot of different frontend technologies like LESS, Sass and CoffeeScript.
52
+ :doc: `Assetic </cookbook/assetic/asset_management >` is an asset manager capable
53
+ of compiling assets developed with a lot of different frontend technologies
54
+ like LESS, Sass and CoffeeScript.
54
55
Combining all your assets with Assetic is a matter of wrapping all the assets
55
56
with a single Twig tag:
56
57
@@ -86,12 +87,11 @@ separating the repositories if you want).
86
87
Learn More about Assetic
87
88
------------------------
88
89
89
- Assetic can also minimize CSS and JavaScript assets `using UglifyCSS/UglifyJS `_
90
- to speed up your websites. You can even `compress images `_ with Assetic to
91
- reduce their size before serving them to the user. Check out the
92
- `official Assetic documentation `_ to learn more about all the available features.
90
+ Assetic can also minimize CSS and JavaScript assets
91
+ :doc: `using UglifyCSS/UglifyJS </cookbook/assetic/uglifyjs >` to speed up your
92
+ websites. You can even :doc: `compress images </cookbook/assetic/jpeg_optimize >`
93
+ with Assetic to reduce their size before serving them to the user. Check out
94
+ the `official Assetic documentation `_ to learn more about all the available
95
+ features.
93
96
94
- .. _`Assetic` : http://symfony.com/doc/current/cookbook/assetic/asset_management.html
95
- .. _`using UglifyCSS/UglifyJS` : http://symfony.com/doc/current/cookbook/assetic/uglifyjs.html
96
- .. _`compress images` : http://symfony.com/doc/current/cookbook/assetic/jpeg_optimize.html
97
97
.. _`official Assetic documentation` : https://github.com/kriswallsmith/assetic
0 commit comments