Skip to content

Commit 5a54983

Browse files
committed
removed a dead reference
1 parent d5d4705 commit 5a54983

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templating.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -791,10 +791,10 @@ advantage of Symfony's template inheritance.
791791
.. tip::
792792

793793
This section will teach you the philosophy behind including stylesheet
794-
and JavaScript assets in Symfony. Symfony is also compatible with another
795-
library, called Assetic, which follows this philosophy but allows you to do
796-
much more interesting things with those assets. For more information on
797-
using Assetic see :doc:`/frontend/assetic/asset_management`.
794+
and JavaScript assets in Symfony. If you are interested in compiling and
795+
creating those assets, check out the :doc:`Webpack Encore documentation </frontend>`
796+
a tool that seamlessly integrates Webpack and other modern JavaScript tools
797+
into Symfony applications.
798798

799799
Start by adding two blocks to your base template that will hold your assets:
800800
one called ``stylesheets`` inside the ``head`` tag and another called ``javascripts``

0 commit comments

Comments
 (0)