As .min.css
files are still CSS files, your watcher listens to changes in all them ( because watcher Scope == Project files, File type == CSS) and produces the output.
As a workaround I can suggest excluding minified files from watchers processing:
- create a new scope (Settings | Appearance & Behavior | Scopes) with minified files excluded (like
file:.css&&!file:*.min.css
)
- choose this scope as your file watcher Scope
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…