Skip to content
New issue

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

version 0.1.16 fails all the time with indexOf warning #61

Open
genechan opened this issue Sep 2, 2014 · 0 comments
Open

version 0.1.16 fails all the time with indexOf warning #61

genechan opened this issue Sep 2, 2014 · 0 comments

Comments

@genechan
Copy link

genechan commented Sep 2, 2014

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.

<title>Document</title>

$ 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/'
}]
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant