Hugo server -- Building site new with changed theme files

Hi all,

may be a beginners question:

When working on template files and running hugo server, hugo
watches the template files too (and build the site new after
every change of template files
), but changes in template files
does not appear in the site, so after every change in template
files I must restart hugo server new.

It would be easier and possibly faster too, if hugo server would
built the whole site new (with the new current template files).

Is there any option?

Thanks in regard

P.S. Changed headline (s/template/theme/)

Can you be specific? Which template are you changing? Do you have an example site to share with us?

Try running the server with these flags:
hugo server --disableFastRender --noHTTPCache --ignoreCache

Does this resolve your issue?

Sorry, I made a mistake in wording – I ment theme files (files in theme folder).

Changes on partials keep hugo server to build the site new, but the changes
in partials didn’t appear on the updated/rebuilt site.

No, this didn’t resolve.

(Sorry, I made a mistake in wording – I ment theme files (files in theme folder)).

I.m.h.o. hugos behaviour is not an issue (error), its just a little bit uncomfortable.
It would be easier to work on theme files, if hugo server would re-read theme files
too when rebuilding the site again.