Add HTML Validation Task
Closed this issue · 7 comments
Would be cool to add HTML Validation as a separate task in grunt.
Thinking this shouldn’t run on watch, but perhaps we should consider creating a test set of tasks and add it to that, leaving us scope to add JS testing tasks at a later date.
This grunt plugin looks like it should do the job https://www.npmjs.org/package/grunt-html-validation
Sure, good idea. But would it validate a site or templates?
I guess if we could make it give a report, it’s down to the dev to choose to act on the results then. It wouldn’t be a breaking validation task like JSHint can be though.
I suggest that you make a branch for this and test it out.
Yep, will do when I get some downtime
friendly ping :)
Just to let you know, I’ve started working on this to try and get it into the v5 build.
Don’t think it should take too long, so will carry on with this and the Statix updates tomorrow.
This is now implemented ready for v5 release.