Merge pull request #1887 from tristansokol/tristans/add-useavailableport

adds `useAvailablePort` option when serving page with connect.
This commit is contained in:
Hakim El Hattab 2017-05-05 14:11:07 +02:00 committed by GitHub
commit ada8003183
1 changed files with 2 additions and 1 deletions

View File

@ -96,7 +96,8 @@ module.exports = function(grunt) {
port: port,
base: root,
livereload: true,
open: true
open: true,
useAvailablePort: true
}
}
},