Change port of gulp.connect to 9000

stable
David Barragán Merino 2014-08-29 12:58:33 +02:00
parent c181d309ad
commit 9aebe8127e
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ gulp.task "copy", ->
gulp.task "connect", ->
connect.server({
root: paths.dist
port: 9000
livereload: true
})