tailrecursion/lein-simpleton

lein-simpleton doesn't work with livejs

ogf opened this issue · 1 comments

ogf commented

livejs, does HEAD requests periodically to check if resources(html pages, css, javascript) have gone stale. If so, it reloads them. It's handy to use with lein cljsbuild auto so the compiled Javascript is automatically reloaded.

It doesn't work with simpleton because simpleton doesn't return Content-Length and Last-Modified headers.

ogf commented

Fixed in pull request.