]> source.dussan.org Git - jquery-ui.git/commitdiff
Grunt: Don't run htmllint against core_deprecated.html.
authorScott González <scott.gonzalez@gmail.com>
Fri, 15 Mar 2013 13:04:22 +0000 (09:04 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 15 Mar 2013 13:04:22 +0000 (09:04 -0400)
Gruntfile.js

index 05f599dd5f14bbe4c9cb19d13c1dad7353090b78..d610f2c4763058cfbbc966e9efebd87a1d4376f8 100644 (file)
@@ -192,7 +192,7 @@ grunt.initConfig({
        htmllint: {
                // ignore files that contain invalid html, used only for ajax content testing
                all: grunt.file.expand( [ "demos/**/*.html", "tests/**/*.html" ] ).filter(function( file ) {
-                       return !/(?:ajax\/content\d\.html|tabs\/data\/test\.html|tests\/unit\/core\/core\.html)/.test( file );
+                       return !/(?:ajax\/content\d\.html|tabs\/data\/test\.html|tests\/unit\/core\/core.*\.html)/.test( file );
                })
        },
        copy: {