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

Support for gulp-reporter #129

Open
gucong3000 opened this issue Jul 6, 2017 · 1 comment
Open

Support for gulp-reporter #129

gucong3000 opened this issue Jul 6, 2017 · 1 comment

Comments

@gucong3000
Copy link

We all know that code-style checking is very important, but most of the opposition is that the introduction of stylelint and other tools can cause such a problem:
A few lines of code are modified by a file in the project, and stylelint will prevent you commit the entire file.
Based on this very necessary reason, I developed gulp-reporter.

But for a long time, I have been unable to compatible with gulp-postcss, can the result of postcss external to file object?

See: https://github.com/postcss/gulp-postcss/pull/106/files#diff-168726dbe96b3ce427e7fedce31bb0bcR71

@gucong3000
Copy link
Author

gucong3000 commented Jul 6, 2017

In these projects, they all external results to file object.
And this kind of usage is also explicitly mentioned in vinyl's documentation:
https://github.com/gulpjs/vinyl#optionscustom

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

1 participant