-
Notifications
You must be signed in to change notification settings - Fork 54
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
Main file is ignored #57
Comments
The main file is in ignored paths both with and without forced hard reset, but it seems that |
Is this related to #26 ? |
If I set the |
This is really interesting, |
Try the changes on |
It adds the |
Adding just extends the list of files to be watched. It shouldn't change the ignored list. |
I don't have the repository cloned. But removing the |
You don't need the repository cloned, just run |
Yes I've just cloned it and run the app. Hard reset works without any modifications and it spawns only 1 process. |
Alright, thanks! I'll release a new version. |
Perfect! When do you expect to release it? |
ASAP. I've got a lot to take care of. |
What is the problem
The main files is included in the ignored paths and therefore the watcher ignores is resulting in no hard resets at all.
How to reproduce
Import the library in any Electron project, run the app and make changes on the main file without setting the
forceHardReset
flagAdditional information
"electron-reload": "~1.4.0",
"electron": "~5.0.6",
The text was updated successfully, but these errors were encountered: