Skip to content

Commit 9d1e61c

Browse files
committed
feature #1278 Enable strict mode on assets (GromNaN)
This PR was merged into the main branch. Discussion ---------- Enable strict mode on assets https://symfony.com/blog/new-in-symfony-5-4-misc-features-part-1#strict-mode-for-missing-assets Commits ------- 8df90d8 Enable strict mode on assets
2 parents 9d43e66 + 8df90d8 commit 9d1e61c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/packages/assets.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
framework:
22
assets:
33
json_manifest_path: '%kernel.project_dir%/public/build/manifest.json'
4+
strict_mode: '%kernel.debug%'

0 commit comments

Comments
 (0)