Commit 45eda947 authored by Rurik Bugdanov's avatar Rurik Bugdanov

allow remote clients

parent de1c44c3
...@@ -24,7 +24,7 @@ var gulp=require('gulp'), ...@@ -24,7 +24,7 @@ var gulp=require('gulp'),
var app; var app;
var config={ var config={
documentRoot: './', documentRoot: './',
host: 'localhost', host: '0.0.0.0',
port: 8080, port: 8080,
home: 'index.html', home: 'index.html',
bowerDir: './bower_components', bowerDir: './bower_components',
......
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