mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +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() {
|
gulp.task('serve', function() {
|
||||||
connect.server({
|
connect.server({
|
||||||
port: flags.port,
|
port: flags.port,
|
||||||
livereload: true
|
livereload: {
|
||||||
|
port: 35700
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user