pulp publish fails without error message when the project results in a large bower resolution file.
Upon debugging, I found out that something is broken with the gzip stream that gzips the generated bower resolutions file. This appears to happen only if the bower resolutions file is large. I think somehow the stream doesnt catch up with it and somehow fails.
I have provided a fix in #412 that creates a stream from the bower resolutions file string and pipes it into the gzip stream.
pulp publish
fails without error message when the project results in a large bower resolution file.Upon debugging, I found out that something is broken with the gzip stream that gzips the generated bower resolutions file. This appears to happen only if the bower resolutions file is large. I think somehow the stream doesnt catch up with it and somehow fails.
I have provided a fix in #412 that creates a stream from the bower resolutions file string and
pipes
it into the gzip stream.