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: {
|
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/'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user