You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unclear about how to specify which files to validate, and how validation-status.json works.
I want to validate all index.html files in directories under my/path. For example: my/path/dir1/index.html, my/path/dir2/index.html and my/path/dir3/index.html.
I'm unclear about how to specify which files to validate, and how validation-status.json works.
I want to validate all index.html files in directories under my/path. For example: my/path/dir1/index.html, my/path/dir2/index.html and my/path/dir3/index.html.
My Gruntfile.js has this:
However, only two files in the directories under my/path get validated when I run
grunt validation
.validation-status.json has only this (i.e. only a reference to the first file/subdirectory):
What am I missing?
The text was updated successfully, but these errors were encountered: