可以在创建 gulp 任务时完成:
gulp.task('serve:windows', ['typescripts', 'watch'], function ()
{
browserSyncInit([path.join(conf.paths.tmp, '/serve'), conf.paths.src],["google chrome", "firefox", "opera", "iexplore"]);
});
现在你可以这样称呼它:gulp serve:windows
它将启动几个浏览器....