This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-22
Channels
- # beginners (143)
- # boot (18)
- # chestnut (5)
- # clara (1)
- # cljs-experience (1)
- # cljsrn (13)
- # clojure (290)
- # clojure-austin (4)
- # clojure-italy (13)
- # clojure-nl (21)
- # clojure-russia (14)
- # clojure-spec (49)
- # clojure-uk (59)
- # clojurebridge (7)
- # clojurescript (54)
- # core-logic (2)
- # cursive (22)
- # datomic (149)
- # fulcro (31)
- # graphql (14)
- # hoplon (59)
- # keechma (24)
- # lambdaisland (1)
- # lumo (86)
- # off-topic (3)
- # om (19)
- # om-next (1)
- # onyx (4)
- # portkey (20)
- # re-frame (41)
- # reagent (63)
- # ring (1)
- # ring-swagger (1)
- # spacemacs (9)
- # sql (10)
- # yada (13)
@danielcompton I think it moved to https://github.com/boot-clj/boot-bin/releases at some point (it was just updated for Java 9 compat)
ooooooh, I didn't see the URL changes
there's also a latest
tag
anybody successfully using the latest clojurescript release with :target :nodejs with :npm-deps (and with :install-deps false) and boot-cljs?
haven't tried that yet, but heard it is very alpha and it also depends on the npm dep you are importing
just some feedback - since i started using boot-clj, it's been a piece of cake to work with, easy to adapt to my needs, and works great with emacs. i haven't used leiningen before, but i honestly don't really want to
that's nice to hear, thanks cjhowe! if you ever want to hack on boot you'll need to install lein, since that's how we build it :-)
Oh, the irony... š
However I guess now a boot build would be easy to achieve...
hi guys, for some reasons boot does not work for me today, out of a sudden
even doesnt complain on invalid commands
boot sdfsdfsdf
just returns an empty line
but it does output version fine
āāā±ā±ā± boot --version
#
#Wed Aug 23 10:06:42 NZST 2017
BOOT_CLOJURE_NAME=org.clojure/clojure
BOOT_CLOJURE_VERSION=1.8.0
BOOT_VERSION=2.6.0
any ideas what the problem could be?
ah, should update boot, then it works
but wish it did output a warning or so