Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Grunt html validation plugin problem

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #209041
    salll
    Participant

    I have installed grunt html validation plugin
    link.

    Registered task.

    But have error when i call this task from command link

    error like this

    Network error re-validating.. 1
    

    WTF?

    #209144
    Mottie
    Member

    Please share some code.

    #209238
    salll
    Participant
    grunt.initConfig({
            validation: {
                options : {
                    remotePath: 'http://localhost/test/',
                    maxTry : 1
                },
                files: {
                    src: ['dist/index.html']
                }
            }
    );
        grunt.loadNpmTasks('grunt-html-validation');
        grunt.registerTask('default', ['validation']);
    
    
    #209261
    Mottie
    Member

    Hmm, please refer to this issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.