Skip to content
grimen edited this page Sep 13, 2010 · 2 revisions

Where?

http://github.com/grimen/compass_blueprint_tmbundle

Install

Compass + Blueprint

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/grimen/compass_blueprint_tmbundle.git 'Compass + Blueprint.tmbundle'
osascript -e 'tell app "TextMate" to reload bundles'

SASS

mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/mattpolito/sass-textmate-bundle.git 'SASS.tmbundle'
osascript -e 'tell app "TextMate" to reload bundles'

Note: Required to get Compass + Blueprint TextMate-bundle to automatically recognize SASS-files.

Usage

Look for “Compass + Blueprint” in the TextMate Bundles menu, and it’ll become quite obvious what shortcuts/snippets that are supported.

Clone this wiki locally