validator / gulp-html

Gulp plugin for HTML validation, using the official Nu Html Checker (v.Nu)
https://validator.github.io/gulp-html/
MIT License
74 stars 16 forks source link

Fix #13 Error: Missing error message #17

Closed Vernando05 closed 7 years ago

Vernando05 commented 7 years ago

It's likely due to StackOverflowError in vnu-jar, so I added -Xss option to exec command

XhmikosR commented 7 years ago

This should be merged. We do the same in grunt-html.

watilde commented 7 years ago

Oops, sorry I overlooked this PR. I'm going to land this.

watilde commented 7 years ago

The ci error is not related to this patch.

watilde commented 7 years ago

This patch was rolled out as 0.4.7. Thanks!

watilde commented 7 years ago

fyi: here is a minor tweak to this patch: https://github.com/watilde/gulp-html/pull/23