Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 52c6dff

Browse files
committed
revert the port number to default value
1 parent 92b49a2 commit 52c6dff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulpfile.babel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gulp.task(
1212
gulp.series(done => {
1313
connect.server({
1414
root : 'www',
15-
port : 8000,
15+
port : 80,
1616
livereload: true,
1717
});
1818
done();
@@ -24,7 +24,7 @@ gulp.task(
2424
gulp.series(done => {
2525
gulp.src('www/index.html').pipe(
2626
open({
27-
uri: 'http://localhost:8000/',
27+
uri: 'http://localhost:80/',
2828
})
2929
);
3030
done();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy