Fork me on GitHub
#clojurescript
<
2016-06-26
>
zentrope00:06:32

I need two separate classpaths in a single lein project.

dnolen00:06:11

@zentrope: you just have a dep conflict - pretty easy since guava is popular

zentrope00:06:42

dnolen: That was it. Guava 18 in the datomic client, 19 on everything else.

dnolen00:06:15

@volrath: I liked Derek Slager’s talk from the last Clojure/conj https://www.youtube.com/watch?v=gsffg5xxFQI

zentrope00:06:46

@dnolen: When using “cljsbuild”, everything for the server part of the app is also included on the classpath. Anyway, finally worked it out.

volrath00:06:37

@dnolen: thanks! I saw that one and I found it really useful, I'm definitely going to use some of it

zentrope00:06:15

I have to admit, not seeing “com.google.guava….” in any of the dumps was … not super helpful. But … happy ending!

octahedrion09:06:59

I can't seem to get ^:figwheel-no-load to work...trying to prevent figwheel from reloading for changes to a certain namespace