diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 221917c5119c3d84f8bbbe9c1223f22e9f2543fd..349b6b1791b4ca6343d0063689b84d5dd9244b03 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -34,10 +34,10 @@ module.exports = (grunt) -> livereload: options: - port: 9000 + port: 80 # Change hostname to '0.0.0.0' to access # the server from outside. - hostname: 'localhost' + hostname: '0.0.0.0' base: '.' open: true livereload: true