@@ -49,8 +49,9 @@ tools like GruntJS.
4949 Use Assetic to compile, combine and minimize web assets, unless you're
5050 comfortable with frontend tools like GruntJS.
5151
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.
5455Combining all your assets with Assetic is a matter of wrapping all the assets
5556with a single Twig tag:
5657
@@ -86,12 +87,11 @@ separating the repositories if you want).
8687Learn More about Assetic
8788------------------------
8889
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.
9396
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
9797.. _`official Assetic documentation` : https://github.com/kriswallsmith/assetic
0 commit comments