avisi / grunt-webdav-sync

Synchronizes a local folder to a remote webdav folder as part of your Grunt build
https://npmjs.org/package/grunt-webdav-sync
MIT License
3 stars 9 forks source link

Accept status 200 when deleting a folder #10

Closed UnwashedMeme closed 10 years ago

UnwashedMeme commented 10 years ago

IIS 7.5 webdav will sometimes return 200 when requesting delete folder. Accept that as an OK status code and proceed.

also improve log message slightly

dviramontes commented 10 years ago

@UnwashedMeme awesome, I think this will help with an issue I was having while deleting directories from the root of webdav. I'll test it and let you know, thanks :+1:

UnwashedMeme commented 10 years ago

Any chance we can get a patch version bump and release?