Fork me on GitHub
#clojurescript
<
2018-11-04
>
borkdude10:11:06

Is github’s gf3 (secretary author) also a user here?

narendraj914:11:58

Is :output-dir only for scratch space that the ClojureScript compiler can use during compilation? I mean the final artifact is :ouput-to path right?

mfikes15:11:33

@narendraj9521 Yeah, essentially. It is where all of the analysis metadata, source maps, and individual JavaScript files compiled from namespaces are all stashed.

jenny19:11:29

can anyone recommend a css library that can be used with Clojurescript? I'm looking specifically for pretty tables

enforser19:11:34

what do you mean by with Clojurescript? You include css libraries in a cljs project just like you would in a JS project

enforser19:11:14

for example, to apply https://github.com/pure-css/pure/ in my clojurescript application I would just make sure the header includes the link to the corresponding stylesheet

jenny19:11:45

oh okay I didn't realize any css library would work, thanks

Oliver George23:11:23

Which is better goog.DEBUG or goog/DEBUG. I think both are more correct than js/goog.DEBUG... right?