Merge pull request #1887 from tristansokol/tristans/add-useavailableport
adds `useAvailablePort` option when serving page with connect.
This commit is contained in:
commit
ada8003183
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ module.exports = function(grunt) {
|
|||
port: port,
|
||||
base: root,
|
||||
livereload: true,
|
||||
open: true
|
||||
open: true,
|
||||
useAvailablePort: true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue