Open mirague opened 7 years ago
Hi. I tracked down what is causing this issue. It is a problem where the underlying broccoli plugin is generating tests even in a development environment, thus causing the change to assets/tests.js
. I'll try to push a fix for this ASAP, but unfortunately there are no tips I can offer to prevent it in the meantime.
For clarity. This is the line causing the issue. I think it should only be there when running the test suite
Anytime a change to a
.scss
file is made, theassets/tests.js
is also modified, resulting in a full-page reload. Removing the addon restores the functioning of the hot reloading.Observe this by running
DEBUG="ember-cli:live-reload*" ember serve
:Any tips on how to prevent a reload?