diff --git a/gulpfile.js b/gulpfile.js index 3d5b89c..5f61a89 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -131,7 +131,7 @@ var writeToManifest = function(directory) { // Start the server gulp.task('browser-sync', function() { browserSync({ - proxy: "aubonsite" + proxy: "localhost" }); });