File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ This builds and serves the front-end assets from a new server. This server runs
13
13
This server does not actually write the files to disk; instead it serves them from memory,
14
14
allowing for hot module reloading.
15
15
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.
20
20
21
21
dev-server Options
22
22
------------------
You can’t perform that action at this time.
0 commit comments