You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Sources and outputs are used as inputs to "globwalk", which does a recursive search for files matching the string. There doesn't seem to be a way to opt out of this, and provide a real relative path.
To Reproduce
Include a config which includes sources and outputs like
This task will always trigger, because outputs/style.css is also included in the last modified calculation for sources.
Expected behavior
It should be possible to specify an actual path, rather than a search path. The behavior and syntax should be clear in documentation. One approach used by some libraries (e.g. glob) is that **/ triggers a subdirectory match.
The text was updated successfully, but these errors were encountered:
Describe the bug
Sources and outputs are used as inputs to "globwalk", which does a recursive search for files matching the string. There doesn't seem to be a way to opt out of this, and provide a real relative path.
To Reproduce
Include a config which includes
sources
andoutputs
likeThis task will always trigger, because
outputs/style.css
is also included in the last modified calculation forsources
.Expected behavior
It should be possible to specify an actual path, rather than a search path. The behavior and syntax should be clear in documentation. One approach used by some libraries (e.g.
glob
) is that**/
triggers a subdirectory match.The text was updated successfully, but these errors were encountered: