Fork me on GitHub
#boot
<
2017-03-01
>
qqq02:03:35

When using https://github.com/martinklepsch/boot-garden where do we put the *.clj files so taht we use them for geenrating css, but the cljs compiler doesn't try to compile them?

micha03:03:09

@qqq the cljs compiler won't try to compile .clj files unless they have macros in them that you :require in a cljs namespace, right?

qqq03:03:42

@qqq: (1) I don't know how cljs compiler deals with clj files that do not contain macros. (2) I have boot-garden setup properly. The README.MD forgets to say (require '...'), but it's included in the sample code, so it all works out.

comma11:03:17

haha, hi @martinklepsch, just dusting off my old slack login here!

juhoteperi12:03:18

@qqq Boot-garden compiles Garden CLJ files to Css using Clojure, not ClojureScript

qqq12:03:44

@juhoteperi : the problem I wanted to avoid was cljs compiling all existing *.clj files in hopes of finding amcros

juhoteperi12:03:02

aha, cljs shouldn't do that

dominicm13:03:57

I've seen this behaviour too ^^ I've used the cljs compiler to find syntax errors on write

qqq13:03:00

how do I combine the following into a single line?

boot repl -c
... wait a bit ...
(dirac :join)
I tried boot repl -c -e '(dirac :join)' and getting some weird EOF error

brenden23:03:18

does anyone here use boot-npm? I'm just looking for a project with a build.boot where it's used to get me started

cddr23:03:51

Is there a boot equivalent of lein deps :tree?

chrisdevo23:03:52

What's the boot equivalent of lein deps :tree?