praveenvijayan / grunt-html-validation

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

Option to override default validator server #38

Closed cybear closed 10 years ago

cybear commented 10 years ago

This feature is useful if you (like me) got blocked by w3 due to too many requests, or for whatever other reason choose to run a local instance of the validator service.

options.serverUrl

Type: String
Default value: null

Supply a different validator server URL, for instance if you run a local server. Eg: http://localhost/w3c-validator/check