Fork me on GitHub
#hoplon
<
2020-03-19
>
jjttjj19:03:24

Anyone ever manage to get hoplon self hosted/bootstrapped?

dave19:03:30

do you mean not reliant upon boot?

dave19:03:50

i'm actually working on migrating a hoplon app from boot => tools.deps and having some success so far

flyboarder19:03:16

I think he means running within a bootstrapped cljs environment

flyboarder19:03:24

and no I havent yet attempted that

flyboarder19:03:44

I would like to, because that could open up a direction for GUI hoplon editors that produce cljs code

👍 4
jjttjj19:03:18

Yes exactly

jjttjj19:03:17

(to the bootstrapped cljs environment)

dave20:03:54

ah, very interesting!

dave20:03:10

i think cache busting would need to be adjusted, if you need that

dave20:03:27

currently it relies on a hoplon.cacheKey java property, which it generates itself (a random UUID) if it's missing

flyboarder20:03:53

@jjttjj I recommend compiling with shadow and using their bootstrapped support

flyboarder20:03:42

shadow is a really well built compiler, we have all our apps running on it now

jjttjj20:03:32

Yup! I've been using shadow

jjttjj20:03:40

actually I think I might have just realized what I was doing wrong

jjttjj20:03:07

forgot to shadow watch the bootstrap build in addition to my app :man-facepalming:

flyboarder20:03:49

if you get it all working can you send me your shadow config for the bootstrapped project

jjttjj20:03:15

i think it's gonna take forks of javelin hoplon as well

flyboarder20:03:35

building a hoplon editor is something I really want to put some time into

jjttjj20:03:38

i had the javelin fork working, and then coudn't get hoplon working for the life of me

jjttjj20:03:01

but then i realized it's because i wasn't rebuilding the bootstrap stuff

jjttjj20:03:06

yeah that's kinda what I'm going for too