Fork me on GitHub
#clojurescript
<
2016-04-24
>
mrchance13:04:58

Speaking of bye #!/bin/bash, I made a little repo to compile clojurescript(s) on the fly: https://github.com/rbuchmann/trile It's a lot of fun simple_smile

mrchance13:04:32

Not approved for serious use though simple_smile

plexus14:04:30

@john.carnell: that jar should be getting pulled from https://jitpack.io. Maybe it was down or something. Is it still not working?

niwinz18:04:53

The compiler :libs key is really usefull? I found myself put/write GCC compatible libraries directly in src and import them using the standard (:require [...]) works perfecty, is that expected?, are there something that :libs does that that approach?

shaunlebron19:04:42

does anyone know if lighttable uses cljsbuild under the hood when compiling your project

bensu20:04:15

@shaunlebron: let’s github search it

bensu20:04:30

are you thinking about standard cljsbuild configs

shaunlebron20:04:53

@bensu: right I did my standard grepping around for it in the repo

shaunlebron20:04:11

I traced it to a :build action, but I can’t see what’s handling it

juhoteperi20:04:23

It is probably handled on this language plugin: https://github.com/LightTable/Clojure

juhoteperi20:04:52

LightTable Cljs UI calls this nrepl middleware which handles compilation and static analysis of cljs code: https://github.com/LightTable/Clojure/blob/master/lein-light-nrepl/src/lighttable/nrepl/cljs.clj