@juhoteperi How can I create a foreign-lib that has multiple files?
@flyboarder Currently you need to write the deps.cljs file by hand, the task only works with single file
@juhoteperi I am following, this: https://github.com/clojure/clojurescript/wiki/Packaging-Foreign-Dependencies but it doesnt mention multiple :file
are they a vector?
I am trying to package ace editor, but it dynamically loads js files, which are currently just not happening
each file would have separate map in foreing-libs vector
and provide different foreign-dep "namespaces"
and one foreign-dep would probably require the others
like in the jquery ui autocomplete example in the end of the page
ok thanks, ill go that route