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

Add ability to listen for only specific events #42

Open
josegonzalez opened this issue Apr 25, 2017 · 2 comments
Open

Add ability to listen for only specific events #42

josegonzalez opened this issue Apr 25, 2017 · 2 comments

Comments

@josegonzalez
Copy link

Combined with --only-events, this could make it easy to listen to make slightly more programmable script triggering. For instance, you might not want to trigger your asset pipeline on file create, but only file delete and file updated.

@cespare
Copy link
Owner

cespare commented May 9, 2018

I'm somewhat skeptical of the value of this feature. In the example you gave, why wouldn't you want to invoke your asset pipeline when you create files?

@josegonzalez
Copy link
Author

I'll be honest and say that this was so long ago that I don't even remember the use case. I think it had to do with how file syncing worked for a particular system - create events happened regardless of whether it was a create or an update, so updates would result in the system being invoked twice.

Seems like #47 is related?

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