From cf6180b0da6e0e72ec22639f637b54d3f2e1c461 Mon Sep 17 00:00:00 2001 From: Rishav Date: Tue, 28 Mar 2017 17:05:57 +0530 Subject: [PATCH] minor change --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: { -- 2.0.0