-
Notifications
You must be signed in to change notification settings - Fork 39
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
Livereload not working with asset-hashing enabled outside of the build-block #71
Comments
Try |
@Arcovion Nope, doesn’t work.
The server responds with an empty reply.
By the way, if I edit livereload settings while the server is running, I get an infinite loop of errors.
With the default settings, I’m not even seeing livereload.js injected into my Haml-templates. Shouldn’t it be? |
Actually, leave off the
|
@Arcovion Ok. The WebSocket server is working with both the default settings and custom host. I can see curl connecting to Middleman as well. For some reason the livereload.js is not injected to the page.
|
Everything looks correct to me, could be a bug in the underlying |
Not really. I don't use live reload and most of this code is community contributed, so it's a mystery. |
I had the same problem when having
outside of the :build block. |
@everflux That makes a bit of sense. Can anyone else confirm this is how their config is setup? |
@tdreyno Actually, I have asset-hashing also activated outside of the build-block. I have to test this... |
Wonderful. We've got a new team who will be maintaining this repo. This looks like a great bug for them to jump in on. cc @marytaylor |
same thing happen with autoprefixer outside of the building block |
I just resolved this on my pc. Opened port 35729 on my firewall. |
I'm doing some issue-gardening 🌿🌷🌾 and came across this issue. Sorry that this has lingered for quite a while! I'd suggest either closing this issue or submitting a PR with an implementation or at least a failing test. (this repo is maintained by a few people contributing their free time, unfortunately we can't solve every issue on our own, so help from others is needed for some of the more exotic issues that crops up) |
I can’t seem to get the latest livereload and Middleman to work on OS X 10.10.1 and Ruby 2.2.0. It sometimes states it’s listening for browsers to connect, sometimes not. However no updates are pushed to Safari. Reloading manually works fine.
File
Gemfile
File
config.rb
The text was updated successfully, but these errors were encountered: