mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
chore(gulp): use different livereload port
The default conflicts with the default used by the CLI.
This commit is contained in:
@ -108,7 +108,9 @@ gulp.task('watch', function(done) {
|
||||
gulp.task('serve', function() {
|
||||
connect.server({
|
||||
port: flags.port,
|
||||
livereload: true
|
||||
livereload: {
|
||||
port: 35700
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user