borkdude / quickblog

Light-weight static blog engine for Clojure and babashka
https://blog.michielborkent.nl/
MIT License
165 stars 28 forks source link

Render after watch includes `live.js` reloader #73

Closed zoren closed 9 months ago

zoren commented 10 months ago

If I do:

bb quickblog watch

make some changes in a post and then close the watcher it renders as expected with a live.js script tag. If I then do:

bb quickblog render

the generated HTML includes live.js, I would have expected it not to. Doing bb quickblog clean before render works around this problem.

jmglov commented 10 months ago

Taking a look now