Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save milapdave/734532a22da9feb077a8 to your computer and use it in GitHub Desktop.
Save milapdave/734532a22da9feb077a8 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment