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