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 !
charlesr (author)
Sat Oct 03 05:15:03 -0700 2009
aussiegeek (committer)
Sat Oct 10 05:44:21 -0700 2009
commit  f72011414c21e3f906b3724756156c41f982578a
tree    aad205737ca7ecfababe7b84f96b5d360af60fb7
parent  9a7773f27fca6d3d479383830ef0093a8a7bcb4f
name age message
directory Commands/ Sat Oct 03 05:15:03 -0700 2009 Fixed filenames for Windows compatibility [charlesr]
directory Preferences/ Sat Oct 10 05:44:21 -0700 2009 Fixed filenames for Windows compatibility [charlesr]
file README.markdown Sat Mar 21 18:13:46 -0700 2009 Updated README [aussiegeek]
directory Snippets/ Loading commit data...
directory Support/ Tue Jul 07 15:16:50 -0700 2009 Escape path/file names so the compile command w... [things]
directory Syntaxes/ Sat Oct 10 05:43:02 -0700 2009 fixed syntax parsing for properties with variables [Filip Tepper]
file info.plist Fri Jul 10 13:28:25 -0700 2009 added attribute selector tab [skorecky]
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'