From fb3bad90d64c8b4d1c96a64e08f19fc90ea24df8 Mon Sep 17 00:00:00 2001 From: Shannon Date: Mon, 30 Sep 2013 14:24:39 +1000 Subject: [PATCH] had to change port 9999 to 9990 because the new sony vaio admin uses 9999 --- src/Umbraco.Web.UI.Client/gruntFile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/gruntFile.js b/src/Umbraco.Web.UI.Client/gruntFile.js index b625699b47..8e1ff2c891 100644 --- a/src/Umbraco.Web.UI.Client/gruntFile.js +++ b/src/Umbraco.Web.UI.Client/gruntFile.js @@ -30,7 +30,7 @@ module.exports = function (grunt) { connect: { devserver: { options: { - port: 9999, + port: 9990, hostname: '0.0.0.0', base: './build', middleware: function(connect, options){ @@ -50,7 +50,7 @@ module.exports = function (grunt) { open : { dev : { - path: 'http://localhost:9999/belle/' + path: 'http://localhost:9990/belle/' } },