adamstac / ruby-sass-tmbundle forked from aussiegeek/ruby-sass-tmbundle

Sass bundle for TextMate

This URL has Read+Write access

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'