Update build process

This commit is contained in:
John Furrow
2015-11-21 12:56:23 -08:00
parent 26b823eeea
commit e900c6e466
+1 -1
View File
@@ -78,7 +78,7 @@ gulp.task('browsersync', function () {
online: true,
open: false,
port: 4200,
proxy: 'localhost:3000'
proxy: '127.0.0.1:3000'
});
});