【发布时间】:2016-05-11 09:37:11
【问题描述】:
几天前一切都很好。但是现在,当我在我的 mac 操作系统上运行 Ember 时:
ember s
我有:
version: 2.4.1
Livereload server on http://localhost:49152
Serving on http://localhost:4200/
Build successful - 849ms.
Slowest Trees | Total
----------------------------------------------+---------------------
SourceMapConcat: Concat: Vendor /assets/ve... | 100ms
Babel | 75ms
Babel | 59ms
Slowest Trees (cumulative) | Total (avg)
----------------------------------------------+---------------------
Babel (13) | 305ms (23 ms)
SourceMapConcat: Concat: Vendor /asset... (1) | 100ms
当我在控制台中更改文件时:
file changed templates/components/prospect-panel.hbs
Build successful - 200ms.
Slowest Trees (cumulative) | Total (avg)
----------------------------------------------+---------------------
Babel (13) | 23ms (1 ms)
但在浏览器中我看到:
ember-cli-live-reload.js:6
GET http://localhost:49152/livereload.js?snipver=1 net::ERR_EMPTY_RESPONSE
【问题讨论】:
标签: javascript ember.js livereload