Fork me on GitHub
#cljsjs
<
2015-11-27
>
martinklepsch16:11:07

@eggsyntax: are you still/already having some questions?

eggsyntax16:11:17

I think I'm ok for the moment. https://github.com/cljsjs/packages/wiki/Creating-Packages is definitely a great resources. I've got a question or two about the cljs-lib side of it, but it's probably premature to go into that now.

eggsyntax16:11:07

Although I do have a question about my general strategy, come to think of it. A couple people have asked me to open source my wrapper of the MathBox JS library, and I'm trying to figure out how best to go about that. It seemed to me, after a bit of initial investigation, that it would make sense to put the JS lib on CLJSJS, and then make a clj/s project that requires in from CLJSJS, and put that project on clojars. That way it'd be useful to people who wanted to use my wrapper, but it would also help out people who just wanted to use the JS lib in cljs without using my wrapper. Does that seem like a good overall strategy?

martinklepsch16:11:31

yes that sounds perfect.

martinklepsch16:11:21

Reagent & Om and so on all depend on cljsjs/react, so they’re following the very same pattern

eggsyntax16:11:35

Coolio, thanks

juhoteperi18:11:44

Phew, no automated CI yet but at least the script works locally with Boot 2.5.0-SNAPSHOT now.

martinklepsch18:11:00

👏 👏 👏