Fork me on GitHub
#hoplon
<
2017-10-20
>
thedavidmeister05:10:29

can we make this in hoplon? 😉

dm307:10:03

we’re too lazy

thedavidmeister07:10:20

cmon, i need colour pickers for my hex strings!

flyboarder16:10:22

@thedavidmeister thats the goal for the degree9/interface

flyboarder16:10:55

basically provide an out-of-band ui customizer

bmaddy19:10:17

Does anyone know of a simple way to serve up the cljs files in the out directory via a webserver in development? I'm sure I could set up compojure or something, but I'm wondering if there's a quick and easy way to do it with something like boot-jetty. I ask because I need to serve them to my client so I can use cljs.js/eval-str (which wants to be able to load source files). Once deployed, this would all live statically on S3. (I'm still wrapping my head around boot/hoplon if you can't tell)

flyboarder19:10:39

So hoplon has nothing to do with the server side of things, you can load the files statically once they exist

flyboarder20:10:37

in development you can open the index page with your web browser

bmaddy20:10:09

Ahh, it sounds like this is more of a boot question then. I'll ask over there. Thanks!