Fails to read input from stdin if too large
baseten opened this issue · 3 comments
baseten commented
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
baseten commented
This may actually be an issue with node-sass not piping all content to process.stdout
baseten commented
Opened sass/node-sass#1823
pirxpilot commented
postcss-cli-simple does not support reading from stdout
. You probably intended to open this against postcss-cli