praveenvijayan / grunt-html-validation

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

validation-report.json has double entries, but just on valid files #75

Open dreh23 opened 9 years ago

dreh23 commented 9 years ago
{
"filename": "dist/docs/book_liberation_manifesto/Book_Liberation_Manifesto.html",
"error": []
},
{
"filename": "dist/docs/book_liberation_manifesto/Book_Liberation_Manifesto.html",
"error": []
},
{
"filename": "dist/docs/documentation/documentation.html",
"error": [
{
"lastLine": 28,
"lastColumn": 39,
....