Hi @franko ! You might be interested in modules : https://clojurescript.org/guides/code-splitting.
Declare one module for `my-project.core` and an other one for `my-project.other`. It will create two `.js` files :) On Tuesday, October 10, 2017 at 8:00:06 PM UTC+2, franko wrote: > > I see how to make my-project.core fn's available to be called from a web > page. > > But how does one tweak my-project's lein project.clj such that the same > web page can use my-project.*other*'s fns as well? > > Just to be clear, I'm not asking how to call my-project.other/fn2 from > my-project.core/fn1. > > Without your help, I'd end up creating a wrapper in my-project.core just > to call into my-project.other which doesn't seem right. > > Thanks in advance! :) > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
