Skip to content

Instantly share code, notes, and snippets.

@ecentinela
Created February 28, 2012 08:52
Show Gist options
  • Save ecentinela/1931334 to your computer and use it in GitHub Desktop.
Save ecentinela/1931334 to your computer and use it in GitHub Desktop.
Install CoffeeScript support for SublimeText
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScript
echo "{"cmd": ["coffee", "-c", "$file"], "selector": "source.coffee", "path": "/usr/local/bin"}" > ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/CoffeeScript.sublime-build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment