hi - is there a way to write a task that depends o...
# general
s
hi - is there a way to write a task that depends only on a list of files but not the contents of the files themselves? I need to write some tasks that generate files that contain lists of files that match a pattern. I want these to only be regenerated if the list of files in the source directory changes, but not regenerate if the contents of these files changes.