Commit cf6180b0da6e0e72ec22639f637b54d3f2e1c461

Authored by Rishav
1 parent 5c6477d3d4
Exists in master

minor change

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
... ... @@ -23,7 +23,7 @@ module.exports = function (grunt) {
23 23 connect: {
24 24 options: {
25 25 port: 9000,
26   - hostname: 'localhost',
  26 + hostname: '0.0.0.0',
27 27 livereload: 35729
28 28 },
29 29 livereload: {
... ...