Autoupload files AFTER SCSS-compiling finishes

Hi,

I've got a filewatcher for SCSS which takes too long finishing while the auto upload option already starts uploading files to the remote server. 

This results in "Automatic upload: check for related changes from File Watchers took too much time and was cancelled.", so I have to save the SCSS-file twice too upload everything...

 

Is there a way waiting for the SCSS-compiling to finish and THEN upload every changed file?

 

Thanks in advance!

0
1 comment

After explicit save action PhpStorm waits for watcher's tasks finishing.  If compilation takes more than time limit (5 seconds), IDE stops waiting and just uploads all changed files, printing that 'Automatic upload: check for related changes from File Watchers took too much time and was cancelled.' message.

The timeout is hardcoded; if you miss a way to configure it, please file a feature request to youtrack, https://youtrack.jetbrains.com/issues/WI

0

Please sign in to leave a comment.