Skip to content

Commit

Permalink
Merge pull request #104 from FichteFoll/patch-1
Browse files Browse the repository at this point in the history
Tweak build system for windows - not tested by aponxi
  • Loading branch information
aponxi committed Sep 22, 2013
2 parents d77239b + c91e2c8 commit 7b722cf
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CoffeeScript.sublime-build
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"cmd": ["cake", "sbuild"]
{ "cmd": ["cake", "sbuild"]
, "path": "/usr/local/bin:$PATH"
, "selector": "source.coffee"
, "working_dir": "$project_path"

, "windows":
{ "path": "$PATH"
, "cmd": ["cake.cmd", "sbuild"]
}

, "variants":
[
{
"name": "Run",
[ { "name": "Run",
"cmd": ["coffee", "$file"]
}
]
Expand Down

0 comments on commit 7b722cf

Please sign in to comment.