在 Nitrous 中实时重新加载
Live-Reload in Nitrous
我无法在 nitrous.io 上运行的 Ember 应用程序中使用实时重新加载。我收到以下错误消息:
[Report Only] Refused to load the script
'http://ember-js-126346.nitrousapp.com:49152/livereload.js?snipver=1'
because it violates the following Content Security Policy directive:
"script-src 'self' 'unsafe-eval' localhost:49152 0.0.0.0:49152
localhost:49152 0.0.0.0:49152".
我必须更改什么才能在此设置中进行实时重新加载?
尝试更新 https://github.com/rwjblue/ember-cli-inject-live-reload 并确保设置 EMBER_CLI_INJECT_LIVE_RELOAD_HOST
。
我无法在 nitrous.io 上运行的 Ember 应用程序中使用实时重新加载。我收到以下错误消息:
[Report Only] Refused to load the script
'http://ember-js-126346.nitrousapp.com:49152/livereload.js?snipver=1'
because it violates the following Content Security Policy directive:
"script-src 'self' 'unsafe-eval' localhost:49152 0.0.0.0:49152
localhost:49152 0.0.0.0:49152".
我必须更改什么才能在此设置中进行实时重新加载?
尝试更新 https://github.com/rwjblue/ember-cli-inject-live-reload 并确保设置 EMBER_CLI_INJECT_LIVE_RELOAD_HOST
。