您的位置:首页 > Web前端 > Node.js

Nodejs.sublime-build 在sublime3中的配置

2015-01-19 23:05 211 查看
{

"cmd": ["node", "$file"],

"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",

"selector": "source.js",

"shell":true,

"encoding": "cp936",

"windows":

{

"cmd": ["taskkill","/F", "/IM", "node.exe","&","node", "$file"]

},

"linux":

{

"cmd": ["killall node; node", "$file"]

}

}

来源:http://www.cnblogs.com/bluesky4485/p/3928364.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: