I'm using PhpStorm 9 and in all my projects I use LESS and let PhpStorm transpile it to CSS.
The thing is that if I have my deployment option "Upload changed files automatically to the default server" set to "upload on explicit save", it will upload the LESS file after I edited it, but it won't upload the child CSS automatically. If I save the LESS file a second time, triggering another upload, the css file does upload. Basically this results in me having to double-save all the time in order to get my style change visible. Is there any way I can make this happen without having to change this deployment setting to "always"?
I have "Upload external changes" checked.