We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just install 0.1.16 for the first time. It fails all time, even tested on a simple empty html 5 document. There's no use of indexOf anywere.
$ grunt html-validation Running "html-validation:files" (html-validation) task Warning: Object # has no method 'indexOf' Use --force to continue.
Aborted due to warnings.
grunt settings in grunt file "html-validation":{ options:{ reset: true, stoponerror: false, }, files:[{ expand:true, cwd:'files/', src:[ 'foobar.html' ], dest:'files/' }] },
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just install 0.1.16 for the first time.
<title>Document</title>It fails all time, even tested on a simple empty html 5 document.
There's no use of indexOf anywere.
$ grunt html-validation
Running "html-validation:files" (html-validation) task
Warning: Object # has no method 'indexOf' Use --force to continue.
Aborted due to warnings.
grunt settings in grunt file
"html-validation":{
options:{
reset: true,
stoponerror: false,
},
files:[{
expand:true,
cwd:'files/',
src:[
'foobar.html'
],
dest:'files/'
}]
},
The text was updated successfully, but these errors were encountered: