Only one config for client and server.
This commit is contained in:
parent
46717e14ae
commit
a2723c6b12
8 changed files with 62 additions and 28 deletions
|
@ -82,6 +82,10 @@ module.exports = function (grunt) {
|
|||
context: '/api/',
|
||||
host: '127.0.0.1',
|
||||
port: 8080
|
||||
}, {
|
||||
context: '/config.js',
|
||||
host: '127.0.0.1',
|
||||
port: 8080
|
||||
}],
|
||||
livereload: {
|
||||
options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue