praveenvijayan / grunt-html-validation

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

html-validation causes imagemin to not process files? #50

Closed tleen closed 10 years ago

tleen commented 10 years ago

Strange bug, some other grunt plugins stop working when preceeded by validation. They run, but don't seem to see their input files. It starts after v0.1.13.

I made a simple example using imagemin, but saw it also with aws_s3, and some mocha tests.

Can anyone else run my example and see if it happens to them as well?

vladikoff commented 10 years ago

@tleen see https://github.com/praveenvijayan/grunt-html-validation/pull/52 that might address your issue. Let me know how it goes!