Commit e8fc0a2b7f43c3abf40f03e4fbf855531b70aab0

Authored by Pablo Marco del Pont
1 parent fad17f90cc
Exists in master

- Cambio de puerto para pruebas.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -66,7 +66,7 @@ gulp.task('webserver', function() {
66 66 pump [
67 67 connect.server(
68 68 {
69   - port: 3000,
  69 + port: 8086,
70 70 host: '0.0.0.0',
71 71 livereload: true
72 72 }