diff --git a/template/Gruntfile.coffee b/template/Gruntfile.coffee
index 4aee8a284d585fe7a2863c7c896007966ef05b5b..686dd9be931ab71b7ae4e04acd8fba52863aad40 100644
--- a/template/Gruntfile.coffee
+++ b/template/Gruntfile.coffee
@@ -36,9 +36,9 @@ module.exports = (grunt) ->
                     port: 9000
                     # Change hostname to '0.0.0.0' to access
                     # the server from outside.
-                    hostname: 'localhost'
+                    #hostname: '0.0.0.0'
                     base: '.'
-                    open: true
+                    #open: true
                     livereload: true
 
         jshint: