Skip to content

Commit

Permalink
BUGFIX: Don’t load the same files twice in the static resource collec…
Browse files Browse the repository at this point in the history
…tion

The second pattern included a 99% subset of the first pattern except the files in the public folders themselves.
Therefore all files in subfolders were loaded twice in the \Neos\Flow\ResourceManagement\Collection::getObjects method and aftterwards also published twice.

Resolves: #3417
  • Loading branch information
Sebobo committed Nov 20, 2024
1 parent 584d5f0 commit 94ac2e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Neos.Flow/Configuration/Settings.Resource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Neos:
target: 'localWebDirectoryStaticResourcesTarget'
pathPatterns:
- '*/Resources/Public/'
- '*/Resources/Public/*'

# Collection which contains all persistent resources
persistent:
Expand Down

0 comments on commit 94ac2e0

Please sign in to comment.