Fork me on GitHub
#cljsjs
<
2016-01-28
>
gerred00:01:30

does cljsjs inline dependencies at all?

gerred00:01:40

if I want to compile everything down to a single file.

martinklepsch09:01:28

@gerred: cljsjs doesn't do that itself but the clojurescript compiler will add foreign-libs (which cljsjs packaged libs are) to the build artifact in correct order