Fork me on GitHub
#shadow-cljs
<
2018-01-07
>
qing9713:01:21

hello! I am a noob.Now I have some questions. When I run watch ,and I did some changes in the code,I need refresh the page to see changes.How it can auto refresh?

thheller13:01:08

you need to set :after-load some.ns/reload

thheller13:01:01

or if you don’t want a callback you can just set :autoload true

qing9714:01:55

thanks a lot!