Skip to content

Instantly share code, notes, and snippets.

@ginader
Created September 28, 2012 22:58
Show Gist options
  • Save ginader/3802506 to your computer and use it in GitHub Desktop.
Save ginader/3802506 to your computer and use it in GitHub Desktop.
Update Livereload 2.3.8 to Sass 3.2.1
# 1. in case you haven't installed the latest SASS
$ sudo gem install sass
# 2. now let's symlink the system Sass into the Livereload bundle
cd /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib
sudo mv sass sass-bundled
sudo ln -s /Library/Ruby/Gems/1.8/gems/sass-3.2.1/ sass
# 3. done. enjoy the lovely new features like @content for awesome @media support :-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment