Fork me on GitHub
#boot
<
2017-08-22
>
seancorfield00:08:53

@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)

danielcompton00:08:07

ooooooh, I didn't see the URL changes

pesterhazy12:08:34

there's also a latest tag

kommen14:08:25

anybody successfully using the latest clojurescript release with :target :nodejs with :npm-deps (and with :install-deps false) and boot-cljs?

richiardiandrea15:08:33

haven't tried that yet, but heard it is very alpha and it also depends on the npm dep you are importing

cjhowe17:08:37

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

alandipert17:08:05

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 :-)

seancorfield18:08:47

Oh, the irony... šŸ™‚

richiardiandrea18:08:33

However I guess now a boot build would be easy to achieve...

michael.heuberger22:08:36

hi guys, for some reasons boot does not work for me today, out of a sudden

michael.heuberger22:08:45

even doesnt complain on invalid commands

michael.heuberger22:08:04

boot sdfsdfsdf just returns an empty line

michael.heuberger22:08:51

but it does output version fine

michael.heuberger22:08:01

ā””ā”€ā±ā±ā± 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

michael.heuberger22:08:41

any ideas what the problem could be?

michael.heuberger22:08:57

ah, should update boot, then it works

michael.heuberger22:08:06

but wish it did output a warning or so