SCSS file watcher

I am completely at a dead end. I tried my best to fix it.

I have a SCSS file that has an observer on it, but the observer does not seem to work. A regular CSS file is not created at all. Here is my SCSS file:

enter image description here

In addition, I use the WebStorm environment.

Error message:

An exception was thrown while executing the SCSS observer. The observer is disconnected. Fix: Unable to start the program "C: \ Users \ Luke \ WebstormProjects \ untitled \ myTestWebsite \ main.scss" (in the directory "C: \ Users \ Luke \ WebstormProjects \ untitled \ myTestWebsite"): Error CreateProcess = 193,% 1 not a valid win32 application

The path to the program: enter image description here

+4
source share
1 answer

Sass Gem of Ruby, scss . :

sass.bat

: c:\Ruby22\bin\sass.bat

enter image description here

Webstorm scss css. scss

: --style compressed . css

+6

Source: https://habr.com/ru/post/1599228/


All Articles