Hi Hugo friends,
I have partials like head.html, header.html and footer.html but Hugo suddenly doesn’t recognize any change I make to them. I’ve restarted Hugo server (currently run as follows):
hugo server --disableFastRender -t herring-cove --port=1337
It was working fine a little while ago but suddenly none of the changes were reflected (I have css fingerprinting for cache busting) and using a different port seems to work except not for partials which are included in other templates as mentioned above.
I’ve even restarted the server, rebooted my PC, but no dice!
Any ideas?