Change port of gulp.connect to 9000
parent
c181d309ad
commit
9aebe8127e
|
@ -197,6 +197,7 @@ gulp.task "copy", ->
|
||||||
gulp.task "connect", ->
|
gulp.task "connect", ->
|
||||||
connect.server({
|
connect.server({
|
||||||
root: paths.dist
|
root: paths.dist
|
||||||
|
port: 9000
|
||||||
livereload: true
|
livereload: true
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue