Skip to content

Commit

Permalink
[CHORE] fix static web server
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed May 31, 2016
1 parent 77fd3aa commit 131724d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grunt/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 131724d

Please sign in to comment.