OpenSourceWorkflow / generator-kickstart

[deprecated]: yeoman generator for website development
MIT License
10 stars 1 forks source link

add HTML Validation #148

Open markusfalk opened 9 years ago

markusfalk commented 9 years ago

https://github.com/jzaefferer/grunt-html

markusfalk commented 8 years ago

https://github.com/praveenvijayan/grunt-html-validation/issues/76

markusfalk commented 8 years ago

would prefer solution without local java but couldn't get it to work without network error

SpikeShape commented 8 years ago

Wanna try jzaefferer/grunt-html?

According to this answer it uses a 'local copy of the java-based The Nu HTML Checker'.

Its still not a great solution since it depends on java but its better than calling a remote service imho.

markusfalk commented 8 years ago

@SpikeShape I tried this already. see comment https://github.com/OpenSourceWorkflow/generator-kickstart/issues/148#issuecomment-135042402

Don't know if it is a good idea to add another dependency to the project. Not a fan of adding another online service either.