Skip to content

Commit 0ebc0a2

Browse files
authored
Add a note on asset.strict
1 parent 949b694 commit 0ebc0a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2171,6 +2171,10 @@ strict
21712171

21722172
**type**: ``boolean`` **default**: ``false``
21732173

2174+
Used with ``json_manifest_path``. If ``true``, an exception is thrown when an asset is not found
2175+
in the manifest. Using ``%kernel.debug%`` is recommended to find bugs during development and keep
2176+
stability on production.
2177+
21742178
.. versionadded:: 5.2
21752179

21762180
This option was introduced in Symfony 5.2.

0 commit comments

Comments
 (0)