mirror of
https://github.com/symfony/demo.git
synced 2026-03-24 00:02:32 +01:00
Remove double wildcard on AssetMapper excluded_patterns configuration
Related to https://github.com/symfony/symfony/issues/61771 and https://github.com/symfony/ux/pull/3285
This commit is contained in:
@@ -5,7 +5,7 @@ framework:
|
||||
- assets/
|
||||
missing_import_mode: strict
|
||||
excluded_patterns:
|
||||
- '**/assets/styles/**/_*.scss'
|
||||
- '*/assets/styles/**/_*.scss'
|
||||
|
||||
when@prod:
|
||||
framework:
|
||||
|
||||
Reference in New Issue
Block a user