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.
2929
3030Next: :doc: `/best_practices/tests `
3131
32- .. _`official Assetic documentation` : https://github.com/kriswallsmith/assetic
3332.. _`Webpack Encore` : https://github.com/symfony/webpack-encore
3433.. _`Webpack` : https://webpack.js.org/
3534.. _`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:
261261 <img src="{{ asset('images/logo.png') }}" />
262262
263263 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-
268264Using the ``asset() `` function, your application is more portable. The reason
269265is that you can move the application root directory anywhere under your
270266web 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
77 configuration/framework
88 configuration/doctrine
99 configuration/security
10- configuration/assetic
1110 configuration/swiftmailer
1211 configuration/twig
1312 configuration/monolog
You can’t perform that action at this time.
0 commit comments