praveenvijayan / grunt-html-validation

W3C html validaton grunt plugin. Validate all files in a directory automatically.
MIT License
75 stars 39 forks source link

fixes issue when using a remote path: files are not skipped anymore #71

Open arthuraulin opened 9 years ago

arthuraulin commented 9 years ago

This fixes the issue #64 Rather than saving all the distant files in the same _tempvlidation.html file, it creates one separate temp file for each. I also added an option for the temporary path.