Fork me on GitHub
#proton
<
2016-03-25
>
dvcrn00:03:26

@thheller: it's the error that happens when another module is also using something with live reloading (anything else than build/release in our case)

dvcrn00:03:47

I guess clojure.core is declared in a different plugin so it results in a little namespace conflict

dvcrn00:03:42

@ericfode: we have multiple build options. If you run build/dev-repl, shadow-build will push your changes and proton will reload it directly on save. with build/dev, it will autocompile it on save but you have to manually reload atom

thheller09:03:29

@dvcrn: I do not understand that description. Is there a way I can reproduce the problem?

ericfode18:03:44

@thheller: yes. Run lein run dev/repl apm install apm link and open atom