validator / grunt-html

Grunt plugin for HTML validation, using the official Nu Html Checker (v.Nu)
MIT License
180 stars 41 forks source link

Switch to `async.mapLimit` #170

Closed XhmikosR closed 3 years ago

XhmikosR commented 3 years ago

This will use the number of threads -1 which should significantly speed things up with a huge list of files.

XhmikosR commented 3 years ago

I hope this won't backlash, it does seem to be faster from my tests. Perhaps this should be configurable, but I didn't have the time to add an option. The next version will be a major bump BTW.