Skip to content

Commit

Permalink
Added a Run build variant to run the current CoffeeScript file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnogle222 committed Nov 28, 2012
1 parent f7cc700 commit 8ca3c43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CoffeeScript.sublime-build
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@
, "path": "/usr/local/bin:$PATH"
, "selector": "source.coffee"
, "working_dir": "$project_path"
, "variants":
[
{
"name": "Run",
"cmd": ["coffee", "$file"]
}
]
}

0 comments on commit 8ca3c43

Please sign in to comment.