From ac058f820d65b45945ed987e7fee37427a02e0f8 Mon Sep 17 00:00:00 2001 From: Kelly Miyashiro Date: Tue, 1 Dec 2015 02:33:14 -0800 Subject: [PATCH] Use correct port for connect task --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5db74e7..fb880cd 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -123,7 +123,7 @@ module.exports = function(grunt) { reporter: 'XUnit', // URLs passed through as options - urls: ['http://localhost:' + port + '/example/test/test2.html'], + urls: ['http://localhost:' + (port + 1) + '/example/test/test2.html'], run: true },