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

Fire only once action if I saved multi-file in one moment #52

Open
aben opened this issue Jun 4, 2013 · 1 comment
Open

Fire only once action if I saved multi-file in one moment #52

aben opened this issue Jun 4, 2013 · 1 comment

Comments

@aben
Copy link

aben commented Jun 4, 2013

Rule

watch( 'less/(.*)\.less' ) { |md| lessc md[0] }

I use vim, and set auto write all the files if vim lost focus .

au FocusLost * silent! wa
@kevinburke
Copy link

I'm not sure how you would expect this to behave. If you write all of the files, which one should receive the update action?

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