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: { connect: {
devserver: { devserver: {
options: { options: {
port: 9999, port: 9990,
hostname: '0.0.0.0', hostname: '0.0.0.0',
base: './build', base: './build',
middleware: function(connect, options){ middleware: function(connect, options){
@@ -50,7 +50,7 @@ module.exports = function (grunt) {
open : { open : {
dev : { dev : {
path: 'http://localhost:9999/belle/' path: 'http://localhost:9990/belle/'
} }
}, },