diff --git a/gulpfile.js b/gulpfile.js index 18368de..e7e4535 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -71,7 +71,7 @@ gulp.task('pre-commit', function() { gulp.task('webserver', function() { pump [ - connect.server({port: 3000}) + connect.server({port: 3300, host: '0.0.0.0'}) ] }); diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index 80360a4..b0ee3bf 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -8,8 +8,8 @@