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 causes grunt task list to quit. #25

Closed noducks closed 10 years ago

noducks commented 10 years ago

I have a grunt task list something like this:

grunt.registerTask('dev', ['jshint',  'validation',  'concat', 'watch']);

but 'validation' quits the task list, so concat and watch don't get called, even if there are no reported errors. Am not sure if there is an option flag or something else I'm missing?

callumacrae commented 10 years ago

I'm experiencing this, as well.

praveenvijayan commented 10 years ago

25 & #26 fixed, validation can run without failing other subsequent tasks.

shazron commented 10 years ago

This bug re-appears in v0.1.14 and up (tested with v0.1.14, 0.1.15, 0.1.16).

If I revert back to v0.1.13, I don't see this bug.

shazron commented 10 years ago

Please re-open this, this bug has re-appeared.

marksyzm commented 10 years ago

Still happening in 0.1.18. Please re-open.

marksyzm commented 10 years ago

I noticed this doesn't happen when the reset option is set to true