-
Notifications
You must be signed in to change notification settings - Fork 37
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
Middleman server does not respond to SIGINT or SIGTERM while live reloading #87
Comments
|
I've got the issue that after about 3 times editing a sass file, middleman server hangs and I can only
|
@crstin Try the steps in this guide and see if you can dig out more details on why/where it hangs. https://blog.newrelic.com/2013/04/29/debugging-stuck-ruby-processes-what-to-do-before-you-kill-9/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I perform a search and replace while live reloading is turned on, the middleman server will take a long time performing all its live reloading. At the moment my only option is to kill -9 the process and start the server again.
The text was updated successfully, but these errors were encountered: