diff options
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 75e1f8fb..eea8b8ab 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -25,7 +25,7 @@ module.exports = function(grunt) { devserver: { options: { port: 8000, - hostname: 'localhost', + hostname: '0.0.0.0', base: '.', keepalive: true, middleware: function(connect, options){ |
