diff options
author | Tristan Sokol | 2017-05-02 17:54:29 -0700 |
---|---|---|
committer | Tristan Sokol | 2017-05-02 17:54:29 -0700 |
commit | d948c2cd6be24ef60ebb471a55d01a36a1932110 (patch) | |
tree | 079bf10a5c6bea1942a5d077e9be9e5ac277e33b | |
parent | 3d49b1dea362d3d05ae154d36927121d922207ad (diff) |
adds `useAvailablePort` option when serving page with connect.
-rw-r--r-- | Gruntfile.js | 3 |
1 files changed, 2 insertions, 1 deletions
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 } } }, |