Skip to content

Commit

Permalink
[AssetMapper] Exclude _*.scss files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Sep 19, 2023
1 parent a5c8679 commit 4f2c0d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions symfony/asset-mapper/6.3/config/packages/asset_mapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ framework:
# The paths to make available to the asset mapper.
paths:
- assets/
excluded_patterns:
- '*/assets/styles/_*.scss'
- '*/assets/styles/**/_*.scss'

0 comments on commit 4f2c0d6

Please sign in to comment.