Skip to content

Commit a8ee1fc

Browse files
Update versioning.rst
1 parent 215225f commit a8ee1fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/encore/versioning.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Loading Assets from ``entrypoints.json`` & ``manifest.json``
2929
------------------------------------------------------------
3030

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

36-
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()``
3737
and ``encore_entry_link_tags()`` Twig helpers. If you're using these, then your
3838
CSS and JavaScript files will render with the new, versioned filename. If you're
3939
not using Symfony, your app will need to read this file in a similar way.

0 commit comments

Comments
 (0)