I've setup a linux server at home running flask->uwsgi->nginx. It works well and auto reloads properly when I modify python sources because I added --py-autoreload option to the uswgi command, but the problem is that when I change the html/css templates that Jinja uses, it won't auto-reload.
Do you have any idea how I could do that ?
Thanks :)