mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 08:36:27 +03:00
Merge pull request #1347 from Kocal/asset-mapper-strict-mode-dev
[AssetMapper] Re-configure "missing_import_mode" in prod/non-prod envs
This commit is contained in:
@@ -3,3 +3,9 @@ framework:
|
||||
# The paths to make available to the asset mapper.
|
||||
paths:
|
||||
- assets/
|
||||
missing_import_mode: strict
|
||||
|
||||
when@prod:
|
||||
framework:
|
||||
asset_mapper:
|
||||
missing_import_mode: warn
|
||||
|
||||
Reference in New Issue
Block a user