Skip to content

Instantly share code, notes, and snippets.

@melvynhills
Created May 24, 2012 16:22
Show Gist options
  • Save melvynhills/2782527 to your computer and use it in GitHub Desktop.
Save melvynhills/2782527 to your computer and use it in GitHub Desktop.
Build CoffeeScript in Sublime Text 2
// Add this file in ~/Library/Application Support/Sublime Text 2/Packages/User/
{
"cmd": ["coffee", "-cp", "--bare", "$file"],
"selector": "source.coffee",
"path": "/usr/bin"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment