This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-06-24
Channels
- # beginners (12)
- # boot (15)
- # chestnut (1)
- # cljs-dev (24)
- # cljsrn (2)
- # clojure (32)
- # clojure-dev (9)
- # clojure-news (1)
- # clojure-spec (7)
- # clojurescript (17)
- # cursive (12)
- # datomic (13)
- # hoplon (13)
- # instaparse (8)
- # jobs (3)
- # luminus (11)
- # lumo (10)
- # off-topic (2)
- # parinfer (2)
- # pedestal (2)
- # protorepl (3)
- # slack-help (1)
- # sql (6)
- # vim (1)
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. 🙂
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.
25 seconds?? Well that is a lot , are you using : optimizations
:none
@chouser ?
Also ClojureScript is very old there and it it did not get updated fro long time
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.
@chouser maybe some fix I have never committed (weird), sorry about that!
Are you working on a revamp? Something to share?
Yeah it was my baby when I was working for LambdaX
And my very first cljs website 😀
Perun question, is there a template by any chance?