Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpStorm File Watcher for SCSS stopped working

The File Watcher suddenly stopped working and producing the error below:

Automatic upload: check for related changes from File Watchers took too much time and was cancelled.

Here's my watcher settings: enter image description here

The full Arguments field value: --no-cache --update $FileName$:$FileNameWithoutExtension$.css

I tried the solution on this link but still generated the same error. enter image description here

I'm not sure what did I miss. For I've been using PHPStorm for several months and didn't encounter error like this. Seems the File Watchers SCSS and SASS aren't working anymore .I tried resetting the phpstorm each time I apply changes.

like image 747
Jed Avatar asked Aug 12 '16 07:08

Jed


1 Answers

This issue has been resolved.

I just installed the latest version of Phpstorm (2016.2) with all new settings and config. The Sass File Watcher are now working perfectly.

like image 66
Jed Avatar answered Oct 17 '22 19:10

Jed