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 !
aussiegeek (author)
Sat Oct 10 05:47:34 -0700 2009
commit  f17b7d18913bea644f1eb91fd686f9d11e788e6c
tree    da8b113d3522b75d232f85585a4e8f0014b9c7b6
parent  f72011414c21e3f906b3724756156c41f982578a
name age message
directory Commands/ Sat Oct 10 05:44:21 -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 Oct 10 05:47:56 -0700 2009 New maintainer needed [aussiegeek]
directory Snippets/ Sat Oct 10 05:44:21 -0700 2009 Fixed filenames for Windows compatibility [charlesr]
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

Notice

This project is in need of a new maintainer.

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'