Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5a54983

Browse filesBrowse files
committed
removed a dead reference
1 parent d5d4705 commit 5a54983
Copy full SHA for 5a54983

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎templating.rst

Copy file name to clipboardExpand all lines: templating.rst
+4-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.