The directories listed in excluded directories are still present in the preload script.

Comments

hussainweb created an issue. See original summary.

  • hussainweb committed d8ec1f3 on 1.x
    Issue #3160093: Excluded directories setting doesn't work
    
hussainweb’s picture

Status: Active » Fixed

The trick is all in understanding how Symfony Finder works. It gets complicated because I have to remember that the list of files I am building is list of exclusions, not files I _want_ in the preloader. This makes it a little confusing in what to append and what to filter from the Finder instance.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.