diff --git a/Gruntfile.js b/Gruntfile.js index f0f2729..fc1a18b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -96,7 +96,8 @@ module.exports = function(grunt) { port: port, base: root, livereload: true, - open: true + open: true, + useAvailablePort: true } } },