praveenvijayan / grunt-html-validation

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

Plugin seems totally broken #51

Closed vladikoff closed 10 years ago

vladikoff commented 10 years ago

Hey there, first of all this is a great idea for a plugin. However we need to fix some stuff up.

Nevermind, ignore this issue

I'm gonna PR a test update.

XhmikosR commented 10 years ago

@vladikoff: I totally agree with what you suggested :)

As for JSHint, I remember I fixed all issues some time ago...

vladikoff commented 10 years ago

@XhmikosR I was looking at this https://github.com/praveenvijayan/grunt-html-validation/blob/master/tasks/html_validation.js#L127-L128 and it seems like the recursive behavior causes issues such as noted here: https://github.com/praveenvijayan/grunt-html-validation/issues/50