10000 minor #16128 Adding folder name (ThomasLandauer) · symfony/symfony-docs@08548d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 08548d1

Browse files
committed
minor #16128 Adding folder name (ThomasLandauer)
This PR was submitted for the 5.3 branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- Adding folder name <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- bcf1675 Adding folder name
2 parents 9cf6123 + bcf1675 commit 08548d1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

frontend/encore/versioning.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ To link to these assets, Encore creates two files ``entrypoints.json`` and
2828
Loading Assets from ``entrypoints.json`` & ``manifest.json``
2929
------------------------------------------------------------
< 7ED7 /code>
3030

31-
Whenever you run Encore, two configuration files are generated: ``entrypoints.json``
31+
Whenever you run Encore, two configuration files are generated in your
32+
output folder (default location: ``public/build/``): ``entrypoints.json``
3233
and ``manifest.json``. Each file is similar, and contains a map to the final, versioned
33-
filename.
34+
filenames.
3435

35-
The first file - ``entrypoints.json`` - is used by the ``encore_entry_script_tags()``
36+
The first file ``entrypoints.json`` is used by the ``encore_entry_script_tags()``
3637
and ``encore_entry_link_tags()`` Twig helpers. If you're using these, then your
3738
CSS and JavaScript files will render with the new, versioned filename. If you're
3839
not using Symfony, your app will need to read this file in a similar way.

0 commit comments

Comments
 (0)
0