public
Description: Sass bundle for TextMate
Homepage: http://aussiegeek.github.com/ruby-sass-tmbundle/
Clone URL: git://github.com/aussiegeek/ruby-sass-tmbundle.git
Click here to lend your support to: ruby-sass-tmbundle and make a donation at www.pledgie.com !
cehoffman (author)
Tue Mar 24 22:17:16 -0700 2009
aussiegeek (committer)
Thu Apr 16 18:08:54 -0700 2009
name age message
directory Commands/ Sat Mar 21 18:01:12 -0700 2009 added css2sass command Signed-off-by: Alan Har... [mattpolito]
directory Preferences/ Sat Mar 21 18:01:57 -0700 2009 Added property completion preferences Signed-o... [choan]
file README.markdown Sat Mar 21 18:13:46 -0700 2009 Updated README [aussiegeek]
directory Snippets/ Mon Mar 09 16:29:52 -0700 2009 Merge branch 'master' of git://github.com/aussi... [choan]
directory Support/ Mon Mar 09 16:29:52 -0700 2009 Merge branch 'master' of git://github.com/aussi... [choan]
directory Syntaxes/ Loading commit data...
file info.plist Mon Nov 10 16:05:58 -0800 2008 Added mixin and variable declarations to the sy... [choan]
README.markdown

This is a TextMate bundle for using the Sass CSS replacement language by Hampton Catlin

I originally wrote this bundle just as a way of getting the CSS snippets, but since then many of you have added some fantastic contributions, and thank you to all. Thanks to GitHub for making it easy to bring all your awesome together

@aussiegeek @agibralter @choan @giannichiappetta @gruner @mattpolito @mattsa @mfilej @squishtech @tharealpatton @trevorsmith

Installation

With Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/aussiegeek/ruby-sass-tmbundle.git "Ruby Sass.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'

Without Git:

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
wget http://github.com/aussiegeek/ruby-sass-tmbundle/tarball/master
tar zxf aussiegeek-ruby-sass-tmbundle*.tar.gz
rm aussiegeek-ruby-sass-tmbundle*.tar.gz
mv aussiegeek-ruby-sass-tmbundle* "Ruby on Rails.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'