Is there an option to minify CSS and JS in PhpStorm only if minified file already exists?

230 Views Asked by At

On Visual Studio Code, there is an option to trigger the minify extension only if the minified file already exists (extension JS & CSS Minifier).

enter image description here

But in PhpStorm I couldn't find something like this using the File Watchers UglifyJS and CSSO.

Is there something I can do in these options below to emulate the same VS Code behavior?

enter image description here

enter image description here

0

There are 0 best solutions below