Created
July 26, 2011 18:54
-
-
Save rdougan/1107571 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo gem uninstall compass (remove all) | |
sudo gem uninstall sass (remove all) | |
sudo gem install compass -v 0.11.4 | |
sudo gem uninstall sass | |
git clone https://github.com/nex3/sass.git "sass-clone" | |
cd sass-clone | |
git checkout stable | |
git submodule init | |
git submodule update | |
sudo rake install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment