How to validate HTML/CSS files with grunt.js?

Viewed 4401

This is a noob question.

I would like to use grunt.js as a build tool for my web project. Can use grunt.js to validate my HTML/CSS files? Do you have an example of such a grunt.js file?

3 Answers
Related