From d948c2cd6be24ef60ebb471a55d01a36a1932110 Mon Sep 17 00:00:00 2001 From: Tristan Sokol Date: Tue, 2 May 2017 17:54:29 -0700 Subject: [PATCH] adds `useAvailablePort` option when serving page with connect. --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 87630d5..953c207 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -95,7 +95,8 @@ module.exports = function(grunt) { port: port, base: base, livereload: true, - open: true + open: true, + useAvailablePort: true } } },