Created
July 17, 2012 22:17
-
-
Save backflip/3132520 to your computer and use it in GitHub Desktop.
Update SASS in LiveReload
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
// Assuming the latest version was installed using RubyGems (gem install sass --pre) | |
// The path depends on the exact version, of course. Tab completion to the rescue. | |
cd /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib | |
mv sass sass-bundled | |
ln -s /Library/Ruby/Gems/1.8/gems/sass-3.2.0.alpha.275/ sass |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After this I get an error:
To get Sass in LiveReload back to work I just reinstalled LiveReload.