pirxpilot/postcss-cli

Fails to read input from stdin if too large

baseten opened this issue · 3 comments

Piping output from a previous build step into postcss-cli begins to fail once the input reaches a certain size. This appears to stem from read-file-stdin and perhaps in turn gather-stream, where only the first chunk of data received is processed.

See also this stack overflow post

This may actually be an issue with node-sass not piping all content to process.stdout

postcss-cli-simple does not support reading from stdout. You probably intended to open this against postcss-cli