jashkenas / jashkenas/coffee-script-tmbundle
Building CoffeeScript in Sublime Text on Win 7
Open
- Dominant language
- JavaScript
- Stars
- 826
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
Can't seem to build without `"shell": true`
``` json
{
"cmd": ["coffee","-c", "$file"],
"selector" : "source.coffee",
"windows":
{
"shell" : true
}
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the CoffeeScript build shown in the issue in Sublime Text on Windows 7, comparing behavior with and without "shell": true. Done means the provided command builds the current CoffeeScript file without requiring that setting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- coffeescript
- Domain
- build-system, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100