Andrew Davey
Andrew Davey
It sounds like maybe the can't be read because it's still open or being written to by sass. Vogue probably needs to be more resilient to this. Maybe it could...
I've not come across that before. It sounds like maybe npm didn't install the package properly. What version of node and npm are you using?
I'm really behind the times with npm. A lot changed since I first made Vogue. I assume the package needs an overhaul to work nicely with latest node/npm. I don't...
I think this issue was due to the socket.io API changing in v0.7. I've updated Vogue to use the new API. Please update to Vogue v0.3 and let me know...
Have you included the JavaScript in your HTML that initializes the vogue client? ``` ```
I can reproduce this locally. On Windows, I have files that use CR LF line ending. Then I have a docker file that includes step to `RUN dotnet format --verify-no-changes`....
Thanks for reporting this. We'll need to check on how the asset transformers are encoding and decoding.
What version of Cassette are you using? I can't reproduce in v2.
Here's the documentation for upgrading to v2: http://getcassette.net/documentation/v2/upgrading-from-v1-to-v2
I agree :) Probably using SignalR would be the easiest/cross-browser way to make this happen.