LoginSignup
1
1

More than 3 years have passed since last update.

Eclipseに自動にSASSコンパイラーを設定

Last updated at Posted at 2020-04-08

chocolateyをインストールしていただいて

https://chocolatey.org/docs/installation

一つのやり方はパワーシェールで

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

それで

choco install sass

image.png

image.png

image.png

image.png

image.png

image.png

image.png

.sass ファイルを保存すると自動にコンパイルしてくれる。

以下のエラー出る場合は一旦Eclipseを再起動すれば大丈夫

'dart.exe' is not recognized as an internal or external command,
operable program or batch file.

完了。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1