Install SASS on Windows

  • The fastest way to get Ruby on your Windows computer is to use Ruby Installer.
  • After Ruby install Go to command prompt, C:\Ruby200-x64\bin folder use following command to install the SASS.
  • gem install sass
  • check version of SASS using following command
  • sass –v
  • install compass using following command
  • gem install compass
  • After install compass add ruby bin path i.e. C:\Ruby200-x64\bin in your local system environment variables path (My computer => properties => Advanced system settings => Advanced => Enviroment variables => path )
  • Restart the system.
  • Using Command prompt go to your project folder i.e. C:\xampp\htdocs\example
  • Compass watch
  • Change in css file and see the information in command prompt

What you think ? Leave a Reply