praveenvijayan / grunt-html-validation

W3C html validaton grunt plugin. Validate all files in a directory automatically.
MIT License
75 stars 39 forks source link

No file is specified in the path! #79

Closed JPeer264 closed 6 years ago

JPeer264 commented 8 years ago

Hey folks,

I want to validate a folder which is not yet existing. I cannot skip this message, except to quit the Grunt task:

PATH:- No file is specified in the path!

My conf:

validation: {
    options: {
        failHard: false,
        stoponerror: false,
        reset: false,       
    },
    notExistingFolder: {
        src: [
            './src/notExistingFolder/**/*.html',
        ]
    }
},

In the future of the project there will be some html files.

JPeer264 commented 6 years ago

Closed due to no response.