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

Ignore content files that don't exist #6901

Merged
merged 2 commits into from Jan 5, 2022
Merged

Ignore content files that don't exist #6901

merged 2 commits into from Jan 5, 2022

Conversation

RobinMalfait
Copy link
Contributor

This PR will ignore content files that are passed in but that don't really exist.

E.g.: PostCSS CLI will give you a fake file path that ends in /stdin if you are reading from stdin.

Fixes: #6894

PostCSS CLI will give you a fake file path that ends in /stdin if you
are reading from stdin.
@sibbng
Copy link
Contributor

sibbng commented Jan 6, 2022

Hi @RobinMalfait This PR seems very similar to #6006 except that tracking part. Would you take a look at it if you have time. I would like to provide more info about my use case if you need it.

@istr
Copy link

istr commented Jan 20, 2022

Like @nnooney pointed out, this does not work with node 12 (supported until 2022-04-30).

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

Successfully merging this pull request may close these issues.

JIT mode doesn't work with PostCSS stdin input
3 participants