sublime text 3 を使用し、「Sass build」パッケージをインストールします
これは私のプロジェクト構造です
/golden
|----- css
|----- scss
|--- test.scss
そして、test.scss をコンパイルして css フォルダーに出力を表示したいと考えています。だから私はパッケージを設定します:
[
"cmd": ["sass", "--update", "$file:${file_path}/../css/${file_base_name}.css"],
]
しかし、それは機能していません。崇高なショーのエラーレポート:
[WinError 2] The system cannot find the file specified
[cmd: ['sass', '--update', 'D:\\golden\\scss\\test.scss:D:\\golden\\scss/../css/test.css']]
[dir: D:\golden\scss]
これを解決する方法は?