change test port

This commit is contained in:
Leo Horie 2014-10-31 21:59:14 -04:00
parent cb296f6832
commit 2193a753cc

View file

@ -180,7 +180,7 @@ module.exports = function(grunt) {
connect: {
server: {
options: {
port: 8000,
port: 8888,
base: '.'
}
}