From 2193a753ccbbddd94fd0a35b36e0c3d9b5bd9ff8 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Fri, 31 Oct 2014 21:59:14 -0400 Subject: [PATCH] change test port --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f7e3c0ad..cf18babb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -180,7 +180,7 @@ module.exports = function(grunt) { connect: { server: { options: { - port: 8000, + port: 8888, base: '.' } }