Merge pull request #1887 from tristansokol/tristans/add-useavailableport
adds `useAvailablePort` option when serving page with connect.
This commit is contained in:
		| @@ -96,7 +96,8 @@ module.exports = function(grunt) { | |||||||
| 					port: port, | 					port: port, | ||||||
| 					base: root, | 					base: root, | ||||||
| 					livereload: true, | 					livereload: true, | ||||||
| 					open: true | 					open: true, | ||||||
|  | 					useAvailablePort: true | ||||||
| 				} | 				} | ||||||
| 			} | 			} | ||||||
| 		}, | 		}, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user