Created
March 18, 2015 00:49
-
-
Save yukinagae/8855ec81c9557cd52341 to your computer and use it in GitHub Desktop.
SublimeText2でCoffeeScriptを実行する時のビルド設定(Windows) ref: http://qiita.com/yukinagae/items/d2de7a3c0451cc96aa00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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