hoplon 2020-03-19

Anyone ever manage to get hoplon self hosted/bootstrapped?

do you mean not reliant upon boot?

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

I think he means running within a bootstrapped cljs environment

and no I havent yet attempted that

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

👍 1

(to the bootstrapped cljs environment)

ah, very interesting!

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

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

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

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

Yup! I've been using shadow

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

forgot to shadow watch the bootstrap build in addition to my app 🤦‍♂️

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

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

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

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

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

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