adds useAvailablePort
option when serving page with connect.
This commit is contained in:
parent
3d49b1dea3
commit
d948c2cd6b
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ module.exports = function(grunt) {
|
|||
port: port,
|
||||
base: base,
|
||||
livereload: true,
|
||||
open: true
|
||||
open: true,
|
||||
useAvailablePort: true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue