Fork me on GitHub
#boot
<
2016-12-15
>
grounded_sage00:12:10

The guys at Netlify are adding Boot to their Docker image so anyone building a JAM stack website will be able to Boot Build Target their website. Instead of attempting to download Boot and run it during each build process.

juhoteperi07:12:17

@alandipert In pull request checks

alandipert14:12:58

@juhoteperi thanks. btw we switched our main cljs app to use deraen/boot-sass yesterday and it went really well. awesome task, thanks, a+

martinklepsch16:12:01

@alandipert btw, not sure if you saw it but there's been some other breakage with 2.7.0: https://github.com/adzerk-oss/boot-reload/issues/106

martinklepsch16:12:00

If you have any immediate ideas let me know otherwise I might dig in some time over the weekend

alandipert16:12:16

@martinklepsch hm, no, nothing stands out

juhoteperi17:12:33

@martinklepsch Boot-reload works for me on 2.7.0

martinklepsch17:12:04

@juhoteperi ok, guess then it's a particular thing with the electron project

juhoteperi17:12:38

But seems to be reproducible on electron-and-clojurescript project

alandipert17:12:05

the reliance on the target component of the path in the ticket is suspicious

juhoteperi17:12:01

Hmm yes, a bug in target would explain this

juhoteperi17:12:14

Otherwise the changes shouldn't affect boot-reload

martinklepsch17:12:32

yeah but it's necessary for the electron stuff last time I checked (unfortunately)

juhoteperi17:12:04

@alandipert :target-path is not used by target task

juhoteperi17:12:08

@martinklepsch Aha, old boot-reload used :target-path env property, but this has already been fixed in 0.4.13 by introducing target-path boot-reload task option

martinklepsch17:12:50

@juhoteperi sweet, want to create a PR?

martinklepsch17:12:06

(I can also create it but then you won't get the credit 😛)

juhoteperi17:12:11

Oh, forgot to click the button

juhoteperi17:12:00

Didn't upgrade the boot version on boot.properties as I was so lazy that I just edited the code on github 😄

arijun17:12:09

I'm doing a simple example problem and I can't get boot-reload to actually reload. If I change something in the code, I see the reload symbol and the console says "Reload" but the change isn't realized until I reload the page myself. Any tips on how to troubleshoot?