cljsjs

richard-n73 2016-11-01T21:37:40.000958Z

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

andrewzhurov 2016-11-01T22:24:33.000960Z

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