I’m using readFile to inline my site css in the head. Contrary to that I expected, I noticed that ‘hugo server’ is not rebuilding the site when changing the css file.
Do you think it should work as I intuited or is this behavior expected?
I’m reading it from ./build/css (generated with sass). Maybe I can drop it in another directory so hugo can find it. What would be the more appropriate directory? content maybe?
I know! I’m following the project closely. You are awesome!