Hey! I've got a small problem with boot-livereload. It doesn't seem to inject the snippet necessary to work without the browser extension, and I don't think it starts the server either. My task looks like this:
(deftask dev []
(comp (repl :server true)
(watch)
(build)
(livereload :snippet true :asset-path "public")
(serve :resource-root "public")))
build
runs markdown
and render
and seems to work fine.