Skip to content

Commit b700929

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: -
2 parents 848d7ac + 148e0d2 commit b700929

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/encore/dev-server.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ This builds and serves the front-end assets from a new server. This server runs
1313
This server does not actually write the files to disk; instead it serves them from memory,
1414
allowing for hot module reloading.
1515

16-
As a consequence, the ``link`` and ``script`` tags need to point to the new server. If you're using the
17-
``encore_entry_script_tags()`` and ``encore_entry_link_tags()`` Twig shortcuts (or are
18-
:ref:`processing your assets through entrypoints.json <load-manifest-files>` in some other way),
19-
you're done: the paths in your templates will automatically point to the dev server.
16+
As a consequence, the ``link`` and ``script`` tags need to point to the new server.
17+
If you're using the ``encore_entry_script_tags()`` and ``encore_entry_link_tags()``
18+
Twig shortcuts (or are :ref:`processing your assets through entrypoints.json <load-manifest-files>`
19+
in some other way), you're done: the paths in your templates will automatically point to the dev server.
2020

2121
dev-server Options
2222
------------------

0 commit comments

Comments
 (0)