slim-sprig
slim-sprig copied to clipboard
Add filepath.Glob filepath.Join support
The upstream repo gives little priority to data source support such as glob.
But we need something similar to wildcard from GNU Make in order to ease the building script.
Currently, I'm using a combination of find and different vars, which is not straightforward.
I could submit a Pull Request if you like, but I believe it is pretty simple.
Hi @lixin9311,
I think having these functions probably makes sense, but IMO they would likely be a better fit in the task repository than on this one.