-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto reload issue after upgrade to 2.0.2 #429
Comments
Interesting. Is your ember-cli printing which files it thinks changed? |
And what editor are you using? Some of them create temp files that have been known to cause issues in the past. |
We are using Visual Studio Code and it prints out the file that was opened. We are able to get it to happen using touch in a Linux terminal as well. |
This doesn't sound like an ember-auto-import specific problem to me. The only time we do any file watching is if you use the |
Ok, thank you for your time. |
The same bug: #469 |
I have upgraded from version 1.6.0 to version 2.0.2. No errors are occurring however the auto reload process is happening more frequently than before. Opening / closing and searching for files in the text editor and modifying CSS files all trigger the auto reload. We do not have any custom "autoImport" config in the app.
Is this a bug or am I missing a configuration change in the upgrade from version 1 to version 2?
I am running:
The text was updated successfully, but these errors were encountered: