Created
September 28, 2012 22:58
-
-
Save ginader/3802506 to your computer and use it in GitHub Desktop.
Update Livereload 2.3.8 to Sass 3.2.1
This file contains hidden or 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
# 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