update Gruntfile.js:: php->dist->options->hostname to 0.0.0.0 for outside access

This commit is contained in:
chyyuu 2015-09-17 19:22:18 +08:00
parent 9818edd582
commit e100e8833d
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ module.exports = function(grunt) {
dist: {
options: {
port: 8082,
hostname: '0.0.0.0',
base: '.',
keepalive: true
}