grunt-htmlhint
grunt-htmlhint copied to clipboard
Add option to log into file
It would be great to have an option to log into file not only console. Similar option exists in "jshint" and is called reporter. It also has checkstyle option.
Thanks in advance.
+1
+1
i think it's more a report then a log, but it's ok. It's the same idea. JShint Example:
options: {
jshintrc: true,
reporter: 'checkstyle',
reporterOutput: 'jshint/report/jshint.html'
}