Skip to content

Instantly share code, notes, and snippets.

@rdougan
Created July 26, 2011 18:54
Show Gist options
  • Save rdougan/1107571 to your computer and use it in GitHub Desktop.
Save rdougan/1107571 to your computer and use it in GitHub Desktop.
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