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

View File

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