chrisgladd / grunt-phantomcss

A grunt task for CSS regression testing using PhantomCSS
MIT License
66 stars 57 forks source link

Forced diff screenshot deletion to fix a warning #18

Open darkwebdev opened 10 years ago

darkwebdev commented 10 years ago

Fix for warning "Cannot delete files outside the current working directory", that halts the tests.

I've got this warning on Windows. Screens were in test/visual/screenshots directory. Initial and diff screens were created but next time diff screens could not be deleted and the whole process stopped.