在localhost:9292
gulp任务代理这个地址..
gulp.task('browser-sync', function() {
browserSync.init({
proxy: 'localhost:9292',
port: 4000
});
});
在CLI上我们得到了这个..
[17:36:34] Starting 'browser-sync'...
[17:36:34] Finished 'browser-sync' after 9.75 ms
[BS] Proxying: http://localhost:9292
[BS] Access URLs:
Local: http://localhost:3000
External: http://192.168.1.218:3000
UI: http://localhost:3001
UI External: http://192.168.1.218:3001
和....没有。没有错误消息,浏览器只是旋转而没有任何反应。
Based on these BrowserSync instructions,似乎这就是我需要做的。
Gulp版本3.9.1 节点v6.3.1 browser-sync 2.14.0