Skip to content

Commit 6200405

Browse files
committed
Test what sphinx does with wrong indentation
1 parent 34cc41f commit 6200405

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

frontend/encore/dev-server.rst

+6-7
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ While developing, instead of using ``yarn encore dev --watch``, you can use the
88
99
$ yarn encore dev-server
1010
11-
This builds and serves the front-end assets from a new server. This server runs at
12-
``localhost:8080`` by default, meaning your build assets are available at ``localhost:8080/build``.
13-
This server does not actually write the files to disk; instead it servers them from memory,
11+
This builds and serves the front-end assets from a new server. This server runs at
12+
``localhost:8080`` by default, meaning your build assets are available at ``localhost:8080/build``.
13+
This server does not actually write the files to disk; instead it servers 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),
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),
1919
you're done: the paths in your templates will automatically point to the dev server.
2020

2121
The ``dev-server`` command supports all the options defined by `webpack-dev-server`_.
@@ -64,7 +64,6 @@ If you want to use SSL with self-signed certificates, add the ``--https``,
6464
the ``package.json`` file:
6565

6666
.. code-block:: diff
67-
:dedent: 0
6867
6968
{
7069
...

0 commit comments

Comments
 (0)