Fork me on GitHub
#boot
<
2016-05-01
>
danielsz01:05:25

@richiardiandrea: Thank you! The implementation of the system task is being rewritten as we speak and I like where it's going simple_smile

cpmcdaniel02:05:37

what is the easiest way to get a cljs repl running with boot?

richiardiandrea02:05:35

@danielsz: wonderful! I will be a system user soon I guess ;) it might be also worth isolating that in a separate lib...maybe in boot-reload ... Ah...please consider myself as beta tester ;) I am creating a template called lambone which will be boot only as we speak ;)

danielsz02:05:55

@richiardiandrea: Thank you! That sounds great! (Both the beta testing and the template.)

seancorfield17:05:13

Boot is now featured on Jay Fields’ Expectations "Installing" page: http://jayfields.com/expectations/installing.html

flyboarder18:05:03

hey guys just noticed the deprecated warning has a typo --checkouts boot option / :checkouts env key should be checkout as per source https://github.com/boot-clj/boot/blob/master/boot/core/src/boot/core.clj#L75

flyboarder19:05:30

@micha: weird checkout works but when I use checkouts i get Adding checkout dependency degree9/semui-hl… then a null pointer error

micha19:05:04

@flyboarder: can you paste the stack trace please?

micha19:05:11

looks like you're using both the --checkouts option and the checkouts task at the same time?

flyboarder19:05:23

@micha: yep the task didnt get commented out properly, however hoplon task isnt picking up checkout .hl files now

micha19:05:40

ah ok yes

micha19:05:45

i can fix that

flyboarder19:05:59

as a side note i just switched to :checkouts yesterday

flyboarder20:05:10

ill keep using the task for now