Created
February 28, 2012 08:52
-
-
Save ecentinela/1931334 to your computer and use it in GitHub Desktop.
Install CoffeeScript support for SublimeText
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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