File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ features.
29
29
30
30
Next: :doc: `/best_practices/tests `
31
31
32
- .. _`official Assetic documentation` : https://github.com/kriswallsmith/assetic
33
32
.. _`Webpack Encore` : https://github.com/symfony/webpack-encore
34
33
.. _`Webpack` : https://webpack.js.org/
35
34
.. _`official Webpack Encore documentation` : https://symfony.com/doc/current/frontend.html
Original file line number Diff line number Diff line change @@ -261,10 +261,6 @@ Symfony provides the ``asset()`` function to deal with them easily:
261
261
<img src="{{ asset('images/logo.png') }}" />
262
262
263
263
The ``asset() `` function looks for the web assets inside the ``public/ `` directory.
264
- If you store them in another directory, read
265
- :doc: `this article </frontend/assetic/asset_management >`
266
- to learn how to manage web assets.
267
-
268
264
Using the ``asset() `` function, your application is more portable. The reason
269
265
is that you can move the application root directory anywhere under your
270
266
web root directory without changing anything in your template's code.
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ Reference Documents
7
7
configuration/framework
8
8
configuration/doctrine
9
9
configuration/security
10
- configuration/assetic
11
10
configuration/swiftmailer
12
11
configuration/twig
13
12
configuration/monolog
You can’t perform that action at this time.
0 commit comments