Subject: | forces the content to evaluate on every file, prematurely |
There are some files that are added to the distribution as 'FromCode' files, where the actual content of the file isn't known until some later time. It's important to not attempt to read its contents until it's actually needed, so that code isn't run too soon.
[Prepender] opens up the contents of *every single file* in the dist when it runs. It should take a filefinder argument as an option (i.e. compose the FileFinderUser role), so it is at least possible to shield some files from being modified prematurely.