Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f801108

Browse filesBrowse files
committed
Merge branch '5.3' into 5.4
* 5.3: Adding folder name [HTTP Cache] Fix grammar issue
2 parents 5401d71 + 1f55e13 commit f801108
Copy full SHA for f801108

File tree

Expand file treeCollapse file tree

2 files changed

+5
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-4
lines changed

‎frontend/encore/versioning.rst

Copy file name to clipboardExpand all lines: frontend/encore/versioning.rst
+4-3Lines 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
------------------------------------------------------------
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.

‎http_cache/ssi.rst

Copy file name to clipboardExpand all lines: http_cache/ssi.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The ``render_ssi`` twig helper will generate something like:
130130

131131
<!--#include virtual="/_fragment?_hash=abcdef1234&_path=_controller=App\Controller\ProfileController::gdpr" -->
132132

133-
``render_ssi`` ensures that SSI directive are generated only if the request
133+
``render_ssi`` ensures that SSI directive is generated only if the request
134134
has the header requirement like ``Surrogate-Capability: device="SSI/1.0"``
135135
(normally given by the web server).
136136
Otherwise it will embed directly the sub-response.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.