Keep multiple browsers & devices in sync when building websites. http://browsersync.io
.pipe(browserSync.stream())
after .pipe(gulp.dest())
proxy: {
target: 'http://localhost:8080/starter/',
middleware: function (req, res, next) {
res.setHeader('Access-Control-Allow-Origin', '*')
next()
},
},
ui: {
weinre: {
port: 9000
}
},
host: '192.168.1.33'
[BS] [UI] [weinre]: starting server at http://192.168.1.33:9000
_http_client.js:305
debug('SOCKET ERROR:', err.message, err.stack);
^
TypeError: Cannot read property 'displayName' of undefined