I need help. I installed ruby and Sass. After install I added watcher to scss file in PhpStorm. I wrote some code and PhpStorm auto compile it into css file. Everything worked perfect, but after I change scss file, PhpStorm wrote error message
cmd.exe /D /C C:/Ruby22-x64/bin/scss.bat --no-cache --update style.scss:style.css
Encoding::CompatibilityError: incompatible character encodings: CP852 and UTF-8
Use --trace for backtrace.
Process finished with exit code 1
and scss file has not been compiled.
If I remove watcher from PhpStorm and add new the same, again first compile works perfect, but the other do not work.
Do someone know, why compile does not work?