had to change port 9999 to 9990 because the new sony vaio admin uses 9999

This commit is contained in:
Shannon
2013-09-30 14:24:39 +10:00
parent 590838302b
commit fb3bad90d6

View File

@@ -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/'
}
},