I\'ve installed ruby and the sass gem on a Win 7 Enterprise box. I\'ve had issues throughout the process, and had to download the gems and install them from local to avoid other
If you using Windows 10 v1607 (latest update as March 2017)
, you need to follow following steps:
System
Advanced System Settings
(left hand column)Environment variables
buttonPath
(or PATH
), then click on Edit
buttonNew
buttonC:\Ruby22-x64\bin\
(its must be path to ruby's bin folder)OK
, twiceCommand-Prompt
, now sass
is ready to watch and compile your sass files.