Fork me on GitHub
#boot
<
2019-06-06
>
Karol Wójcik06:06:14

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.

jeroenvandijk08:06:31

@karol.wojcik Do you mean files in the fileset of boot or files outside of the fileset of boot?

Karol Wójcik07:06:02

@U0FT7SRLP Files in the fileset of boot

Drew Verlee21:06:51

i'm reading about "gulp" from the js community. Is it fair to say that its similar to boot?

alandipert21:06:32

kinda, iirc the big difference is the object passed through plugins is mutable

alandipert21:06:57

or rather, plugins mutate files in place vs. accepting immutable object

flyboarder01:06:25

everyone trying to reinvent lisp everywhere I look

Drew Verlee21:06:08

that would make sense.