-
Notifications
You must be signed in to change notification settings - Fork 116
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
Hotswap broken #8
Comments
From the hotswap readme... And then add this line to modules you want to be reloaded (it tells node-hotswap to watch this file):
|
git ignored and mystery file
I get the message |
I can second that, lets reopen this issue. |
same here |
Thanks, @aaronrogers. I have the same issue - glad you recorded it! |
There is another module called hotmop. While I haven't tried it myself, it's worth a try in place of node-hotswap. |
seems like it doesn't usually work here, either |
Not working for me either. |
Not working for me either. OS: macOS 10.12.5 |
Looking for some PRs! |
It's not totally ideal in terms of efficiency, but for most use-cases node-dev is sufficient during dev:
On change, the server reboots and the app restarts. |
I have subfolders in some of my apps. Hotswap will reload for index.js but not for my other js files in the subfolders. How can I get hotswap to listen to all files in my app's hierarchy?
The text was updated successfully, but these errors were encountered: