-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add HTML Validation Task #35
Comments
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. |
# By Ashley Nolan # Via Ashley Nolan * 'next' of https://github.com/tmwagency/kickoff: Updating .htaccess to latest HTML5 boilerplate version Adding testing folder to the gitignore Adding feature for HTML Validation to kickoff checks. See issue #35 for more details.
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
The text was updated successfully, but these errors were encountered: