localhost proxy by default
This commit is contained in:
@@ -131,7 +131,7 @@ var writeToManifest = function(directory) {
|
||||
// Start the server
|
||||
gulp.task('browser-sync', function() {
|
||||
browserSync({
|
||||
proxy: "aubonsite"
|
||||
proxy: "localhost"
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user