diff options
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/Gruntfile.js b/Gruntfile.js index 404dc52f..9d406cf8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -59,6 +59,11 @@ module.exports = function(grunt) {        },        testserver: {          options: { +          // We use end2end task (which does not start the webserver) +          // and start the webserver as a separate process (in travis_build.sh) +          // to avoid https://github.com/joyent/libuv/issues/826 +          port: 8000, +          hostname: '0.0.0.0',            middleware: function(connect, options){              return [                function(req, resp, next) { | 
