cljsjs

flyboarder 2017-07-01T01:31:40.611976Z

@juhoteperi Hey I have a question about the UIKit package, how can I make a build for the icons?

flyboarder 2017-07-01T01:31:59.613288Z

there is a separate js file for them

juhoteperi 2017-07-01T19:36:45.734654Z

@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)