alphagov / tech-docs-gem

Gem to distribute the tech docs project
https://tdt-documentation.london.cloudapps.digital/
MIT License
15 stars 38 forks source link

Fix hanging middleman #54

Closed vixus0 closed 6 years ago

vixus0 commented 6 years ago

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.

subatoi commented 6 years ago

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 commented 6 years ago

This has now been released!