Hi,

While working on the admin interface of friend-ui 
(https://groups.google.com/forum/#!searchin/clojure/friend-ui/clojure/QoJHPFXjDuc/IbBsHmOLNdIJ)
 
I got the idea to add some cljs (om / kioo) to my library and then provide 
both, the compiled js and the compiled java code in one jar.

Now, it works partially, I can generate both of them and pack them with 
lein jar into one jar file. But whenever I want to use the generated js 
(provided by the friendui jar) files in a different project the ring server 
cannot find them.

Now I wonder if my approach to pack to different things into one library 
does make sense or even works somehow. I got the feeling that it's wrong, 
but I would like to hear some opinions about it.

Best Regards,
Sven

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to