diff --git a/Gruntfile.js b/Gruntfile.js index ca35e65..8574a21 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -23,7 +23,7 @@ module.exports = function (grunt) { connect: { options: { port: 9000, - hostname: 'localhost', + hostname: '0.0.0.0', livereload: 35729 }, livereload: {