Skip to content

Instantly share code, notes, and snippets.

@smakhtin
Created November 27, 2012 14:10
Show Gist options
  • Select an option

  • Save smakhtin/4154401 to your computer and use it in GitHub Desktop.

Select an option

Save smakhtin/4154401 to your computer and use it in GitHub Desktop.
CoffeeScript_BuildConfig
{
"cmd": ["cake", "sbuild"]
, "path": "/usr/local/bin:$PATH"
, "selector": "source.coffee"
, "working_dir": "$project_path"
, "windows":
{
"cmd": ["cake.cmd", "sbuild"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment