Commit 6076a8cb by sanjay-patel-1991 Committed by Vishal Kadam

Updated proxit port number to 3010

parent 2e4d18b1
...@@ -119,22 +119,20 @@ module.exports = function(grunt) { ...@@ -119,22 +119,20 @@ module.exports = function(grunt) {
expand: true, expand: true,
cwd: 'public/', cwd: 'public/',
src: 'js/*.js', src: 'js/*.js',
dest: 'dist/js/', dest: 'dist/js',
flatten: true,
filter: 'isFile'
} }
}, },
clean: ['dist'], clean: ['dist'],
proxit: { proxit: {
dev: { dev: {
options: { options: {
"port": 9000, 'port': 3010,
"verbose": true, 'verbose': true,
"hosts": [{ 'hosts': [{
"hostnames": ["*"], 'hostnames': ['*'],
"routes": { 'routes': {
"/": "dist", '/': 'dist',
"/api":"http://162.249.6.39:21000/api" '/api':'http://162.249.6.39:21000/api'
} }
} }
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment