Fork me on GitHub
#cljsjs
<
2017-11-30
>
mikerod15:11:29

Any particular reason that https://github.com/react-bootstrap/react-overlays is not in cljsjs now?

mikerod15:11:44

(or is it just no one has wanted to add it)

juhoteperi16:11:43

> or is it just no one has wanted to add it This is the cause for nearly all missing packages (in addition, some packages could be hard to package)

mikerod18:11:57

If I’m trying to override the provided deps.cljs file from a cljsjs jar, is there a way I can still use the :file in :foreign-libs compiler opt to refer to the file within the jar?

mikerod18:11:59

e.g.

{:file "cljsjs/project/development/project.inc.js"
 :file-min "cljsjs/project/production/project.min.inc.js"
 :provides ["cljsjs.project"]
 :requires ["things.here"]}

mikerod19:11:19

I get file not found doing it this way. It seems to try to form an absolute file path based on my project root

mikerod19:11:31

I’m wondering if anyone has tried something like this here