Fork me on GitHub
#shadow-cljs
<
2018-04-28
>
tony.kay21:04:49

I’m trying to get css reload working, but It doesn’t seem to want to. I’ve got devtools working normally, using an absolute path to the CSS in the link tag, but when I update the CSS, no hot reload happens.

tony.kay22:04:51

Ah, figured out the problem. I’m trying to server files with .min.css, and the extension code in fs-watch uses index-of to find the dot…so multiple dots confuse it.

tony.kay22:04:15

so, it works with files that have no other dots, but fails with files that contain dots beyond the extension.