示例#1
0
 function(cb) { existsInPath('ruby.exe', cb); }
示例#2
0
 function(cb) { existsInPath('git.exe', cb); }
示例#3
0
 function(cb) { existsInPath('ruby', cb); },
示例#4
0
 function(cb) { existsInPath('grunt.cmd', cb); }
示例#5
0
 function(cb) { existsInPath('git', cb); },
示例#6
0
 function(cb) { existsInPath('grunt.bat', cb); },
示例#7
0
 function(cb) { existsInPath('bower.cmd', cb); }
示例#8
0
 function(cb) { existsInPath('bower.bat', cb); },
示例#9
0
 function(cb) { existsInPath('bundle.bat', cb); }
示例#10
0
 function(cb) { existsInPath('bundle', cb); },