I've read this question: How to Minify CSS with SCSS File Watcher in PhpStorm IDE.
And it was very helpful. But I want to have a normal stylesheet, where I can see the lines in development. And I want a minified stylesheet for the live environment.
Can this be done with 1 file watcher? Because now I have 2, and it creates 2 .map
files: style.css.map
and style.min.css.map
. I don't like that.