File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Original file line number Diff line number Diff line change @@ -28,11 +28,12 @@ To link to these assets, Encore creates two files ``entrypoints.json`` and
28
28
Loading Assets from ``entrypoints.json `` & ``manifest.json ``
29
29
------------------------------------------------------------
30
30
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 ``
32
33
and ``manifest.json ``. Each file is similar, and contains a map to the final, versioned
33
- filename .
34
+ filenames .
34
35
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() ``
36
37
and ``encore_entry_link_tags() `` Twig helpers. If you're using these, then your
37
38
CSS and JavaScript files will render with the new, versioned filename. If you're
38
39
not using Symfony, your app will need to read this file in a similar way.
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ The ``render_ssi`` twig helper will generate something like:
130
130
131
131
<!-- #include virtual="/_fragment?_hash=abcdef1234&_path=_controller=App\Controller\ProfileController::gdpr" -->
132
132
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
134
134
has the header requirement like ``Surrogate-Capability: device="SSI/1.0" ``
135
135
(normally given by the web server).
136
136
Otherwise it will embed directly the sub-response.
You can’t perform that action at this time.
0 commit comments