Fork me on GitHub
#cljs-dev
<
2016-05-16
>
darwin20:05:11

a quick question: where is the function converting cljs namespace name (string) to filesystem path - e.g. replacing dashes for underscores, etc., I did couple of searches through clojurescript sources and I cannot seem to find it

darwin20:05:59

or is there any?

spinningtopsofdoom20:05:26

I think uses the clojure munge function

darwin20:05:33

you are right, found ns->relpath in cljs.util by searching for munge

darwin20:05:43

it replaces dots for slashes on top of munge