Fork me on GitHub
#off-topic
<
2019-04-29
>
john00:04:09

Yeah, you can just throw the artifact on a CDN for prod. For hosting the code on js infrastructure like npm, Mori took the approach of just the advanced compiled artifact on npm, while datascript took the approach of having the npm installer download lein and run that lein stuff for you (iirc). But neither approach is perfect, since goog closure doesn't integrate perfectly with the npm ecosystem.

souenzzo19:04:06

There is something simple as clj -A:docs >> connect localhost:3214 and see the docs of current project?

seancorfield19:04:01

@souenzzo Should be relatively easy to write a Clojure function that would do that based on one of the various doc-generator libraries...

souenzzo19:04:48

some doc-gen recommendation?