Hello. What is a correct way to copy the files from one location to another using boot functions? I encountered sift, but as I can see it's only for moving the files.
@karol.wojcik Do you mean files in the fileset of boot or files outside of the fileset of boot?
@jeroenvandijk Files in the fileset of boot
i'm reading about "gulp" from the js community. Is it fair to say that its similar to boot?
kinda, iirc the big difference is the object passed through plugins is mutable
or rather, plugins mutate files in place vs. accepting immutable object
the closest thing in JS i’ve seen is broccoli, https://www.solitr.com/blog/2014/02/broccoli-first-release/
that would make sense.