Skip to content

Commit 165432f

Browse files
committed
fixing build errors
1 parent bf649ab commit 165432f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

frontend/encore/dev-server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ not actually write any files to disk). This means your ``script`` and ``link`` t
1313
need to change to point to this.
1414

1515
If you're using the ``encore_entry_script_tags()`` and ``encore_entry_link_tags()``
16-
Twig shortcuts (or are :ref:`processing your assets through entrypoints.json <load-manifest-files>`_
16+
Twig shortcuts (or are :ref:`processing your assets through entrypoints.json <load-manifest-files>`
1717
in some other way), you're done: the paths in your templates will automatically point
1818
to the dev server.
1919

frontend/encore/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ like ``/myAppSubdir``), you just need to configure that when calling ``Encore.se
7979
;
8080
8181
If you're using the ``encore_entry_script_tags()`` and ``encore_entry_link_tags()``
82-
Twig shortcuts (or are :ref:`processing your assets through entrypoints.json <load-manifest-files>`_
82+
Twig shortcuts (or are :ref:`processing your assets through entrypoints.json <load-manifest-files>`
8383
in some other way) you're done! These shortcut methods read from an
8484
:ref:`entrypoints.json <encore-entrypointsjson-simple-description>` file that will
8585
now contain the subdirectory.

frontend/encore/simple-example.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,15 @@ be executed. All the CSS files that were required will also be displayed.
121121
The ``encore_entry_link_tags()`` and ``encore_entry_script_tags()`` functions
122122
read from an ``entrypoints.json`` file that's generated by Encore to know the exact
123123
filename(s) to render . This file is *especially* useful because you can
124-
:doc:`enable versioning</frontend/versioning>` or
125-
:doc:`point assets to a CDN</frontend/cdn>` without making *any* changes to your
124+
:doc:`enable versioning</frontend/encore/versioning>` or
125+
:doc:`point assets to a CDN</frontend/encore/cdn>` without making *any* changes to your
126126
template: the paths in ``entrypoints.json`` will always be the final, correct paths.
127127

128128
If you're *not* using Symfony, you can ignore the ``entrypoints.json`` file and
129129
point to the final, built file directly. ``entrypoints.json`` is only required for
130130
some optional features.
131131

132-
.. versionadded::
132+
.. versionadded:: 0.21.0
133133

134134
The ``encore_entry_link_tags()`` comes from WebpackEncoreBundle and relies
135135
on a feature in Encore that was first introduced in version 0.21.0. Previously,

frontend/encore/vuejs.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ See :doc:`/frontend/encore/dev-server` for more details.
4343
.. _`babel-preset-react`: https://babeljs.io/docs/plugins/preset-react/
4444
.. _`Vue.js`: https://vuejs.org/
4545
.. _`vue-loader options`: https://vue-loader.vuejs.org/options.html
46+
.. _`Encore's index.js file`: https://github.com/symfony/webpack-encore/blob/master/index.js

0 commit comments

Comments
 (0)