I use Gulp.js to watch sass files in my project and automatically compile / reduce them. I have my PHPStorm installed to automatically deploy (download) modified files, including external changes.
The problem I am facing is that PHPStorm does not recognize external file changes until I switch to another application and then back to PHPStorm. Is there any way I could programmatically tell PHPStorm when to check for modified files?
Thanks in advance for your help!
source share