Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ce5047

Browse files
committed
minor #1632 Remove double wildcard on AssetMapper excluded_patterns configuration (Kocal)
This PR was merged into the main branch. Discussion ---------- Remove double wildcard on AssetMapper `excluded_patterns` configuration Related to symfony/symfony#61771 and symfony/ux#3285 Commits ------- ba4f2f4 Remove double wildcard on AssetMapper `excluded_patterns` configuration
2 parents 9f48504 + ba4f2f4 commit 7ce5047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/packages/asset_mapper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ framework:
55
- assets/
66
missing_import_mode: strict
77
excluded_patterns:
8-
- '**/assets/styles/**/_*.scss'
8+
- '*/assets/styles/**/_*.scss'
99

1010
when@prod:
1111
framework:

0 commit comments

Comments
 (0)