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

Grunt-W3c-html-validation - where error report is getting generated #82

Open
hnbale opened this issue Jan 26, 2017 · 0 comments
Open

Grunt-W3c-html-validation - where error report is getting generated #82

hnbale opened this issue Jan 26, 2017 · 0 comments

Comments

@hnbale
Copy link

hnbale commented Jan 26, 2017

I have a folder structure as below

Root-> Web - Node_modules

I have all HTML pages under "web" folder and installed "grunt-w3c-html-validation" under "node_modules" folder

Am on window and have following code in grunt file and when I build MS visual studio project it tooks some time but not able to see errors and not sure where error report is getting generated.

validation: {
options: {
reset: false,
stoponerror: false,
reportpath: false,
remotepath: false,
},
files: {
src: ['web/**/*.tmpl.html']
}

    }

Any suggestions or help will be appreciated.
Thanks, Bale

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