This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-01
Channels
- # bangalore-clj (1)
- # beginners (16)
- # bigdata (1)
- # boot (16)
- # cljs-dev (79)
- # cljsjs (37)
- # cljsrn (62)
- # clojars (1)
- # clojure (260)
- # clojure-austin (3)
- # clojure-dev (3)
- # clojure-dusseldorf (3)
- # clojure-italy (1)
- # clojure-russia (32)
- # clojure-serbia (2)
- # clojure-spec (8)
- # clojure-uk (146)
- # clojure-ukraine (16)
- # clojurescript (66)
- # cursive (27)
- # datomic (57)
- # dirac (124)
- # emacs (10)
- # hoplon (12)
- # juxt (6)
- # keechma (6)
- # lein-figwheel (18)
- # leiningen (6)
- # lumo (51)
- # off-topic (1)
- # om (66)
- # onyx (41)
- # perun (1)
- # play-clj (1)
- # protorepl (9)
- # re-frame (20)
- # reagent (11)
- # ring (4)
- # ring-swagger (10)
- # rum (22)
- # specter (8)
- # sql (2)
- # test-check (5)
- # untangled (27)
- # yada (29)
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?
@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?
@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.
haha, hi @martinklepsch, just dusting off my old slack login here!
@qqq Boot-garden compiles Garden CLJ files to Css using Clojure, not ClojureScript
@juhoteperi : the problem I wanted to avoid was cljs compiling all existing *.clj files in hopes of finding amcros
aha, cljs shouldn't do that
I've seen this behaviour too ^^ I've used the cljs compiler to find syntax errors on write
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 errordoes anyone here use boot-npm? I'm just looking for a project with a build.boot where it's used to get me started
@cddr @chrisdevo boot show -p