Skip to content
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

Fails to read input from stdin if too large #53

Closed
baseten opened this issue Dec 7, 2016 · 3 comments
Closed

Fails to read input from stdin if too large #53

baseten opened this issue Dec 7, 2016 · 3 comments

Comments

@baseten
Copy link

baseten commented Dec 7, 2016

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
Copy link
Author

baseten commented Dec 7, 2016

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

@baseten
Copy link
Author

baseten commented Dec 7, 2016

Opened sass/node-sass#1823

@pirxpilot
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants