localhost proxy by default

This commit is contained in:
guix
2015-01-28 07:49:40 +01:00
parent 3735730569
commit cf4f58d5cc

View File

@@ -131,7 +131,7 @@ var writeToManifest = function(directory) {
// Start the server
gulp.task('browser-sync', function() {
browserSync({
proxy: "aubonsite"
proxy: "localhost"
});
});