had to change port 9999 to 9990 because the new sony vaio admin uses 9999
This commit is contained in:
@@ -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/'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user