Skip to content

Commit

Permalink
Open browser to correct port
Browse files Browse the repository at this point in the history
  • Loading branch information
thewheat committed Oct 18, 2014
1 parent dcc3966 commit 17b6c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ gulp.task('connect', ['build'], function(done) {
port: 35730
}
});

opn('http://localhost:8080', done);
// change ports so don't conflict with docker containers or vagrant envs
opn('http://localhost:8282', done);
});

gulp.task('watch', function() {
Expand Down

0 comments on commit 17b6c47

Please sign in to comment.