diff --git a/Gruntfile.js b/Gruntfile.js index 8587e01..b2db88e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -102,6 +102,8 @@ module.exports = function(grunt) { server: { options: { port: port, + // change hostname to 0.0.0.0 to open it up + hostname: 'localhost', base: '.', keepalive: true, debug: true @@ -157,4 +159,4 @@ module.exports = function(grunt) { grunt.registerTask('test', ['jshint', 'mocha_phantomjs']); grunt.task.run('notify_hooks'); -}; \ No newline at end of file +};