Skip to content

Instantly share code, notes, and snippets.

@yukinagae
Created March 18, 2015 00:49
Show Gist options
  • Select an option

  • Save yukinagae/8855ec81c9557cd52341 to your computer and use it in GitHub Desktop.

Select an option

Save yukinagae/8855ec81c9557cd52341 to your computer and use it in GitHub Desktop.
SublimeText2でCoffeeScriptを実行する時のビルド設定(Windows) ref: http://qiita.com/yukinagae/items/d2de7a3c0451cc96aa00
{
"cmd": ["coffee.cmd", "-c", "$file"]
, "selector": "source.coffee"
, "encoding": "cp932"
, "working_dir": "$project_path"
, "variants":
[
{
"name": "Run",
"cmd": ["coffee.cmd", "$file"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment