I appreciate that hugo server has a minify flag, but is there a way to instruct hugo server to ignore minification instructions?
The reason for this request is that I’m finding it a pain to bug check with hugo server with assets that are minified using pipes. At the moment I’m having to edit out minify pipes and then reject those changes before merging other changes.
I hope that makes sense and that it is something of broader interest.