-
Notifications
You must be signed in to change notification settings - Fork 12
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
Missing documentation? #9
Comments
I also can't manage to activate defaultChoice. I'm using it like this: |
Ok I understood, with defaultChoice:'y', the system asks for pressing "enter" to confirm replacement, instead of asking what to do. But it would be usefull to have an other option applyDefaultChoice:'true' to launch the whole process without manual intervention. |
I'd like to see a bit more documentation here as well. I'm not 100% sure gulp-conflict does what I think it is intending to do via the README, I could be mistaken. For example: gulp.src(['./files/*.js'])
.pipe(conflict('./dir'))
.pipe(gulp.dest('./dir')); If I am checking |
ping! just checking if the repo is still alive. |
Yes, you're right that there is missing documentation. There are two more options
Because this plugin does not touch the disk, it just filters the stream according to if existing files should be overwritten or not. Without it no write to disk would happen. |
So it can diff Thanks! |
I've just tried "replaceAll", but instead of replacing only the conflicting files, it re-writes every files. Is it the expected behavior ? |
What happen with the documentation? 👎 |
Might need to check the source in lieu of documentation at the moment. I was looking for a way to avoid verbose logging, based on this line it looks like we can define our own logging function to replace the default one. That'd be handy to have in the docs somewhere :) |
I tried this
It failed. Can someone show some examples or point me to the docs that can show me how to deal with these issues? Thanks
The text was updated successfully, but these errors were encountered: