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