Fork me on GitHub
#boot
<
2017-10-04
>
seancorfield06:10:15

@andrew.sharp57 Without seeing the task's code, hard to say, but it sounds like it runs as a function, instead of a task. You probably want to look at with-pass-thru and it's ilk...

Macro Exchange07:10:01

is there a boot template for clojure/clojurescript apps (similar to luminus templates)?

richiardiandrea14:10:46

I think Luminus itself now has boot support 😉

Macro Exchange07:10:43

(and maybe node-js ). getting nodeJS/Cljs to run can be tricky

vladclj13:10:51

hi, a have a question about boot, can I start the repl with env from boot file?

dominicm13:10:28

> with env what do you mean? Like boot repl?

vladclj13:10:10

boot repl but with dependencies and require from script (like my-file.boot)

dominicm14:10:37

do boot repl then (load-file "my-file.boot") at the repl 🙂

richiardiandrea14:10:46

I think Luminus itself now has boot support 😉

ag23:10:06

can anybody suggest me a way to silence output of https://github.com/degree9/boot-exec ?

flyboarder23:10:13

@ag there is a thing for that 😉

ag23:10:47

ha... interesting

flyboarder23:10:46

examples of using it are a bit further down that document

flyboarder23:10:28

@ag also feel free to contact me for anything degree9 related :thumbsup:

ag23:10:52

alright, I'm gonna try that... thanks!

ag23:10:46

if I want to reuse that piece how should I be mentioning you guys? readme or license file?