Просмотр исходного кода

adds `useAvailablePort` option when serving page with connect.

Tristan Sokol 7 лет назад
Родитель
Сommit
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
 				}
 			}
 		},