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

In PostCSS and similar, only write to stderr on error or if verbose is set #7584

Closed
bep opened this issue Aug 20, 2020 · 1 comment · Fixed by #7585
Closed

In PostCSS and similar, only write to stderr on error or if verbose is set #7584

bep opened this issue Aug 20, 2020 · 1 comment · Fixed by #7585
Assignees
Milestone

Comments

@bep
Copy link
Member

bep commented Aug 20, 2020

cmd.Stderr = io.MultiWriter(os.Stderr, &errBuf)

Also, it would be good to have some kind of context from the output, ref. this log from Tailwind:

Building sites …

warn - You have enabled experimental features: applyComplexClasses
warn - Experimental features are not covered by semver, may introduce breaking changes, and can change at any time.

risk - There are upcoming breaking changes: removeDeprecatedGapUtilities
risk - We highly recommend opting-in to these changes now to simplify upgrading Tailwind in the future.
risk - https://tailwindcss.com/docs/upcoming-changes

/cc @moorereason

@bep bep added this to the v0.75 milestone Aug 20, 2020
@bep bep self-assigned this Aug 20, 2020
bep added a commit to bep/hugo that referenced this issue Aug 20, 2020
bep added a commit to bep/hugo that referenced this issue Aug 20, 2020
bep added a commit to bep/hugo that referenced this issue Aug 20, 2020
bep added a commit to bep/hugo that referenced this issue Aug 20, 2020
@bep bep closed this as completed in #7585 Aug 20, 2020
bep added a commit that referenced this issue Aug 20, 2020
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant