Skip to content

Commit

Permalink
Now using a single .sublime-build for both windows and OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
smithamax committed Aug 15, 2011
1 parent d4322c8 commit 6312991
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
6 changes: 0 additions & 6 deletions jshint(OSX).sublime-build

This file was deleted.

6 changes: 0 additions & 6 deletions jshint(Windows).sublime-build

This file was deleted.

11 changes: 11 additions & 0 deletions jshint.sublime-build
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"cmd": ["$packages/JSHint/jshint", "$file"],
"file_regex": "^\\s+[0-9]+\\s+([^:]+):([0-9]+),",
"line_regex": "([0-9]+),[0-9]+",
"selector": "source.js",

"windows": {
"cmd": ["$packages/JSHint/jshint.bat", "$file"],
"file_regex": "^\\s+[0-9]+\\s+([^:]+):([0-9]+),"
}
}

0 comments on commit 6312991

Please sign in to comment.