perun

Discuss perun static site generator
the-kenny 2017-07-31T09:06:43.275416Z

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.