@dvcrn: which error is that?
clojure.lang.ExceptionInfo: NS:proton.core has duplicate require/use for clojure.string
is what I get
https://github.com/dvcrn/proton/blob/master/src/cljs/proton/core.cljs#L63
https://github.com/dvcrn/proton/blob/master/src/cljs/proton/core.cljs#L10
@dvcrn: so if it is working properly should i be able to see my changes immediately? should i be able to hook into a repl? or should i run reload proton every time i change something?