PhpStorm File Watcher for SCSS stopped working
Asked Answered
M

1

10

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.

Misdeed answered 12/8, 2016 at 7:27 Comment(2)
Something weird might be going on with SCSS & Ruby. Have you tried to run the SCSS compile command manually, does this take a long time to complete too?Wallop
Click "Create output file from stdout" to see if there's anything worthyMontanez
M
1

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.

Misdeed answered 16/8, 2016 at 15:4 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.