Skip to content
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

Fix hanging middleman #54

Merged
merged 1 commit into from
Oct 24, 2018
Merged

Fix hanging middleman #54

merged 1 commit into from
Oct 24, 2018

Conversation

vixus0
Copy link
Contributor

@vixus0 vixus0 commented Oct 24, 2018

There is currently an issue with middleman-autoprefixer which causes
middleman to hang: middleman/middleman-autoprefixer#33

When this happens, middleman no longer responds to requests and does not
refresh on source changes.

Moving the activate :autoprefixer command into the context.configure :build block seems to fix this and middleman behaves normally.

There is currently an issue with middleman-autoprefixer which causes
middleman to hang: middleman/middleman-autoprefixer#33

When this happens, middleman no longer responds to requests and does not
refresh on source changes.

Moving the `activate :autoprefixer` command into the `context.configure :build` block seems to fix this and middleman behaves normally.
Copy link
Contributor

@tijmenb tijmenb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@vixus0 vixus0 merged commit 04962df into master Oct 24, 2018
@vixus0 vixus0 deleted the fix-hanging-middleman branch October 24, 2018 10:33
@subatoi
Copy link

subatoi commented Oct 24, 2018

Is it possible to get a new incremental release out with this fix? I know a lot of people struggle with this and it's great to finally have a fix.

tijmenb added a commit that referenced this pull request Oct 29, 2018
This version fixes an issue with Middleman hanging (PR #54). It also
allows the API reference page to include multiple servers and their
descriptions (PR #53).
@tijmenb tijmenb mentioned this pull request Oct 29, 2018
@tijmenb
Copy link
Contributor

tijmenb commented Oct 29, 2018

This has now been released!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants