praveenvijayan / grunt-html-validation

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

Respect expand option #70

Closed fitnr closed 8 years ago

fitnr commented 9 years ago

I was having some trouble running the validation on a site with a somewhat complicated structure. I think I pinpointed it to the way the package uses the 'expand' option. Here's a fix.

I also commented out an unused line of code so that the tests pass.