Only one config for client and server.

This commit is contained in:
Your Name 2014-06-06 21:22:57 +02:00
parent 46717e14ae
commit a2723c6b12
8 changed files with 62 additions and 28 deletions

View file

@ -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: {