Fork me on GitHub
#boot
<
2017-06-24
>
chouser02:06:05

ok! I went a different way -- used the babylon download page to choose just the modules I wanted and got a single merged minified js file. So that's sorted. 🙂

chouser03:06:17

So now I'm rolling, but I've got to figure out what to do about the 25 seconds after each code change before I see the results.

richiardiandrea03:06:21

25 seconds?? Well that is a lot , are you using : optimizations :none @chouser ?

richiardiandrea03:06:04

Also ClojureScript is very old there and it it did not get updated fro long time

naartjie10:06:52

I'm building a cljs web app (from tenzing template), and I'm looking for a way to (timbre/set-level! :trace) in dev, and (timbre/set-level :info) in the prod build. Is there a "standard" way of doing this with boot-cljs or should I be looking at using something like clojurescript :preloads compiler option? I don't think using boot's multiple builds is the way to go, because I don't want to change the <script> tag in index.html, depending on if it's dev or prod.

chouser14:06:13

Looks like it was set to :simple for dev. I'll try :none

chouser15:06:30

wow, so much faster!

richiardiandrea15:06:36

@chouser maybe some fix I have never committed (weird), sorry about that!

chouser15:06:15

oh, which is your baby -- cljs-repl-web is?

richiardiandrea15:06:22

Are you working on a revamp? Something to share?

richiardiandrea15:06:44

Yeah it was my baby when I was working for LambdaX

richiardiandrea15:06:24

And my very first cljs website 😀

chouser15:06:17

Ah, sorry, I misunderstood. I'm learning a ton from it, so thanks!

chouser15:06:10

I'm using it as a basis for a in-browser sandbox for a 3D model.

richiardiandrea17:06:28

Perun question, is there a template by any chance?