-
Notifications
You must be signed in to change notification settings - Fork 62
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
Failing on Windows 8 #25
Comments
Update: It fails when running clean as the 2nd to final task of a significantly long build. Also, this error is intermittent, but I have been getting it consistently lately. Probably a race condition somewhere. |
This task is a small wrapper around |
I have fixed this. |
Awesome thank you @paulmillr! Reference isaacs/rimraf@04b22e8 I think it would be a good idea for this plugin to use @cowboy @tkellen Any objection to using |
Anything that reduces a task's dependency on the task runner is a-ok by me. Go for it! |
Thanks Tyler! Updated to use |
Getting ENOTEMPTY when trying to clean a directory with various subdirectories and files on Windows 8, through Git bash.
git bash version:
1.8.1.msysgit.1
node v0.10.8 (The default install)
grunt v0.4.1 (Installed locally ran with global grunt-cli)
grunt-contrib-clean v0.4.1
The text was updated successfully, but these errors were encountered: