diff --git a/grunt/connect.js b/grunt/connect.js index a4c1c33..fb6a4c5 100644 --- a/grunt/connect.js +++ b/grunt/connect.js @@ -2,8 +2,8 @@ module.exports = { options: { port: 9004, livereload: 35729, - // hostname: '0.0.0.0', - hostname: 'localhost' + hostname: '0.0.0.0' + // hostname: 'localhost' }, localhost: { options: {