Skip to content

Instantly share code, notes, and snippets.

@mstarkman
Created September 15, 2011 02:23
Show Gist options
  • Save mstarkman/1218361 to your computer and use it in GitHub Desktop.
Save mstarkman/1218361 to your computer and use it in GitHub Desktop.
CoffeeScript Build System for Sublime Text 2
{
"cmd": ["/usr/local/bin/coffee", "-cp", "--bare", "$file"],
"selector": "source.coffee",
"path": "/usr/local/bin:$PATH"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment