2014-09-12 61 views

回答

0

我不知道,但你可以验证是否在Grunfile.js你有这个就行69 - 72:

port: 9000, 
    // Change this to '0.0.0.0' to access the server from outside. 
    hostname: 'localhost', 
    livereload: 35729 

在主机名必须已经将“localhost”的,如果你运行你的服务器本地。

希望它会有所帮助。