Fork me on GitHub
#babashka
<
2023-06-28
>
vlad_poh21:06:00

Anyone have a sample single file babashka script that runs a server and serves pages that use scittle.js? I”m trying out htmx and seems ok for the little things i want to do but i’d rather use scittle.js instead of hyperscript for the non ajax things.

vlad_poh21:06:07

love that example but it lives in 2 separate files. trying to get it one file. precisely develop in a single file without having the cljs portion be in a string with syntax highlighting etc

borkdude21:06:42

I guess you could try to make it a .cljc file?

borkdude21:06:55

Not sure if scittle supports that at the moment, I'll check

borkdude21:06:12

I don't think it does, but feel free to post an issue about it

👍 2