boot 2019-06-06

@karol.wojcik has joined the channel

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

@drewverlee has joined the channel

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

everyone trying to reinvent lisp everywhere I look

that would make sense.