Fork me on GitHub
#clojurescript
<
2018-07-03
>
Ellie09:07:49

@metametadata thanks! I’ll give it a go

Ellie14:07:15

I couldn’t get it to work with doo. I can set it up in the dev profile or put test config outside profiles, but can’t seem to wire it up right in a test profile.

souenzzo14:07:48

Is possible to deliver a clojurescript library as a "regular" library on npm, that will be used by JS and minified/bundled by webpack/babel and "regular" libs?

souenzzo14:07:12

(when possible there is docs/examples/tutorial about how to do? )

Ayoung14:07:45

HI have anyone use the custome 404 route in cljs (I use re-frame)

dnolen14:07:47

@souenzzo not really if you’re talking web clients

souenzzo15:07:59

Projects like transit-js can be used as a "regular" JS?

dnolen14:07:00

for Node.js it can work but you have to be aware of the pitfalls

dnolen14:07:25

two separately loaded instances of ClojureScript are incompatible

souenzzo14:07:34

Ok, i will need to write some JS 😞

richiardiandrea22:07:48

The problem I faced is the two core runtime going...