Fork me on GitHub
#cljsjs
<
2016-11-01
>
richard-n7321:11:40

Hi all, I'm creating a new package, using the https://github.com/cljsjs/packages/wiki/Creating-Packages documentation page. At 6, it talks about the package task and list --show fileset. Can you tell me what tool provides these tasks? I checked boot and lein, but couldn't find the mentioned tasks. I'm about to sleep so I might not respond to your answer immediatly

andrewzhurov22:11:33

Hi, @richard-n73 🙂 package task is yours, boot show --fileset from boot, can be called both from command line and code https://github.com/boot-clj/boot/blob/master/boot/core/src/boot/task/built_in.clj#L245