phillipbentonkelly
4/16/2012 - 6:03 PM

How to install SASS on Windows 7

How to install SASS on Windows 7

How to install SASS on Windows 7

1 - Download the ruby http://rubyinstaller.org/downloads/
2 - Click install and select the option to create environment variables
(
  If you forgot to schedule go to:
  My Computer> Properties> Advanced Options> Environment Variables
  Look for path and put in the path of the ruby bin installed, eg: C:\Ruby193\bin;
)
3 - Open cmd and download the gem of the SASS, typing: gem install sass

==
For those who never saw: http://speakerdeck.com/u/beausmith/p/less-tips-tricks-best-practices
Official site: http://sass-lang.com
Reference Guide: http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html


If you use netbeans there is an interesting plugin:
http://code.google.com/p/scss-editor/downloads/list


If you give incorrect installation of the SASS (gem install sass) is because you need proxy,
type this in cmd: set = HTTP_proxy http://10.1.143.126:3128 and try again