Can you call minify in template for css AND using config minify.output?

Ok, so the --minify or config version of it will only minify the produced HTML and anything contained within. It will not touch any external resource files? So I can build an external css with a template and minify it in the process AND run the --minify option and it won’t affect the external css file or references within the html to it?