@juhoteperi Hey I have a question about the UIKit package, how can I make a build for the icons?
https://github.com/cljsjs/packages/blob/master/uikit/build.boot
there is a separate js file for them
@flyboarder You need to either write deps.cljs manually (instead of deps-cljs task, https://github.com/cljsjs/packages/blob/master/pikaday/resources/deps.cljs) or write another task which modifies deps.cljs on fileset (https://github.com/cljsjs/packages/blob/master/codemirror/build.boot#L32)