browsersync无法打开多个浏览器

时间:2017-03-14 08:57:28

标签: gulp browser-sync

在我的Gulpfile.js服务中任务中,选项browser: ['Google Chrome','Internet Explorer']不起作用;它只打开谷歌浏览器,而不是Internet Explorer。我使用该选项时错了吗?

3 个答案:

答案 0 :(得分:1)

根据文档,您需要将其设置为:

// Open the site in Chrome & Firefox
browser: ["google chrome", "firefox"]

尝试使用小写字母。

答案 1 :(得分:0)

任何想法如何为IE 11做?

我尝试internet explorerinternet explorer 11ie11似乎没有任何效果......唯一的另一种选择是在chromefirefox中打开它并将其粘贴到IE11

答案 2 :(得分:0)

尝试“探索器”或“ Chrome”好友。这对我有用。在default-config.js中使用- 浏览器:[“ chrome”,“ firefox”,“ explorer”]