Skip to content

Commit dd73e59

Browse files
committed
fix(gulp): uncomment open(...)
1 parent 445435e commit dd73e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/app/gulpfile.babel(gulp).js

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ gulp.task('clean:tmp', () => del(['.tmp/**/*'], {dot: true}));
341341

342342
gulp.task('start:client', cb => {
343343
whenServerReady(() => {
344-
// open('http://localhost:' + config.port);
344+
open('http://localhost:' + config.port);
345345
cb();
346346
});
347347
});

0 commit comments

Comments
 (0)