Commit c53004c4999f6d69111443d35cb80314c96322b5

Authored by Marcelo Puebla
1 parent 9d2a057421
Exists in master

Cambiado puerto.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -82,7 +82,7 @@ gulp.task('webserver', function() {
82 82 pump [
83 83 connect.server(
84 84 {
85   - port: 8086,
  85 + port: 4203,
86 86 host: '0.0.0.0',
87 87 livereload: true
88 88 }