Skip to content

Commit 31efa76

Browse files
committed
Use hostname '*' in Gruntfile
1 parent f1f03a1 commit 31efa76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ module.exports = function(grunt) {
2929
connect: {
3030
options: {
3131
port: 9050,
32-
// Change this to '0.0.0.0' to access the server from outside.
33-
hostname: 'localhost',
32+
// Change this to '*' to access the server from outside.
33+
hostname: '*',
3434
livereload: 35759 // Default livereload listening port: 35729
3535
},
3636
livereload: {

0 commit comments

Comments
 (0)