Skip to content

Commit

Permalink
Merge pull request #51 from dirkk0/patch-1
Browse files Browse the repository at this point in the history
Added hostname
  • Loading branch information
robhawkes committed Feb 25, 2014
2 parents 6d620b0 + 59654eb commit 6238767
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -157,4 +159,4 @@ module.exports = function(grunt) {
grunt.registerTask('test', ['jshint', 'mocha_phantomjs']);

grunt.task.run('notify_hooks');
};
};

0 comments on commit 6238767

Please sign in to comment.