I use PhpStorm 10.0.3 (the latest currently). Ever since version 8.0 I have added two YUI File Watchers under Settings > Tools
YUI Compressor JS and YUI COmpressor CSS
The file watcher settings are as recommended in any place I have read. For instance, the JS Compressor settings are as shown in the image below:
And the CSS Compressor settings...
The compressors themselves work as expected for all projects that I create. However, some projects seem not to detect the new files auto generated by these compressors, in my case .min.js and .min.css respectively. Every setting for these two file watchers seems identical from project to project. Specifically, after YUI has run and duly compressed the files accordingly, on some projects only the uncompressed file is detected as having changed and consequently included in the deployment automatic upload (on explicit save). The compressed files are not uploaded at all. I am forced to have to select the specific file(s) and upload manually. Of course it's frustrating and tedious.
The file deployment options are as below...
What is wrong??? Why can't I upload the autogenerated files automatically, even after I repeat CTR+S after the compression is complete???