From cf4f58d5ccea77f0dae8656e9a7250f32d86fa30 Mon Sep 17 00:00:00 2001 From: guix Date: Wed, 28 Jan 2015 07:49:40 +0100 Subject: [PATCH] localhost proxy by default --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }); });