Fork me on GitHub
#cljdoc
<
2018-08-08
>
thheller08:08:29

@martinklepsch btw how are you dealing with string requires for cljdoc?

thheller08:08:58

ie. the styled-components thing will very likely not compile with normal CLJS

thheller08:08:12

do you actually compile all the files or how do you extract the data you want?

martinklepsch08:08:12

I am not in any way 😛

martinklepsch08:08:34

but aren’t string requires a thing in regular cljs too now?

thheller08:08:52

yes they are

thheller08:08:02

but that doesn't mean that you can compile them 😉

thheller08:08:25

how do you compile the code? without any config? as the :npm-deps would require special config in CLJS

thheller08:08:57

ah ok. that might be fine