浏览代码

adds `useAvailablePort` option when serving page with connect.

Tristan Sokol 8 年之前
父节点
当前提交
d948c2cd6b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Gruntfile.js

+ 2 - 1
Gruntfile.js

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