fix local server address

This commit is contained in:
Matthias Kretschmann 2018-06-01 11:31:10 +02:00
parent 296b1339ec
commit a9f75418fe
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ gulp.task('js:build', function() {
gulp.task('serve', ['browser-sync', 'run-server', 'sass:build', 'sass:watch', 'copy'], function() {
bundle(true);
// opens the browser window with the correct url, which is localhost.com
opn('http://www.localhost.com:3000');
// opens the browser window with the correct url, which is localhost:300
opn('http://localhost:3000');
});
gulp.task('jest', function(done) {