public
Description: Textmate: A TextMate-bundle for more productive Compass + Blueprint development.
Homepage:
Clone URL: git://github.com/grimen/compass_blueprint_tmbundle.git
name age message
directory Commands/ Fri Jul 24 13:00:23 -0700 2009 making "Update Bundle"-command more robust. [grimen]
file MIT-LICENSE Wed Jul 01 21:54:12 -0700 2009 First commit - without color-constans and Bluep... [grimen]
file README.textile Sat Jul 04 08:42:01 -0700 2009 Typo in readme. [grimen]
directory Snippets/ Fri Jul 24 12:55:24 -0700 2009 New mixins added (sprites, border radius, ...). [grimen]
file info.plist Fri Jul 24 12:55:24 -0700 2009 New mixins added (sprites, border radius, ...). [grimen]
README.textile

COMPASS_BLUEPRINT.TMBUNDLEbeta

A TextMate-bundle for the awesome CSS/SASS framework “Compass”, but with focus on “Blueprint” (my favorite CSS framework). With this set of shortcuts/snippets even more productive!

What is Compass?

http://compass-style.org

What is Blueprint?

http://blueprintcss.org

Install this TextMate-bundle…

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'

…and the SASS TextMate-bundle too…

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.

Notice

This is the first release of this bundle, and I suspect that some (or worst case most) of the keyboard shortcuts for mixins might change (keyboard shortcuts don’t make much of sense now). TextMate bundles don’t support aliased shortcuts, which is a bit of pain in the ass.

P.S. Please let me know if you know a scalable way of making keyboard shortcut aliases in TM without duplicating the snippets – which is the only way I can think of now, but quite a horrible one.

License

Copyright© 2009 Jonas Grimfelt, released under MIT-license