Skip to content

Instantly share code, notes, and snippets.

@erikfloresq
Last active December 14, 2015 21:28
Show Gist options
  • Save erikfloresq/5151044 to your computer and use it in GitHub Desktop.
Save erikfloresq/5151044 to your computer and use it in GitHub Desktop.
sublime-build para coffee script para compilar con sublime text en mac 10.8 (Mountain Lion), 10.9 (Mavericks)
{
"path": "$HOME/.nvm/v0.6.19/bin:$HOME/node_modules/.bin/:/usr/local/bin:$PATH",
"cmd": ["coffee","-wc","./"],
"file_regex": "^(...*?):([0-9]*):?([0-9]*)",
"selector": "source.coffee"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment