Hugo server no minify

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.

I think the common pattern to solve this is this:

1 Like

Is there nominify option? I am using this wrapper for JS-powered quizzes and I need to disable minify in a shortcode

So that whole page minified except some part. If I use pre than I lose formatting…